diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 214884a2..174cd6f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,7 @@ OA_SRC_TARGETS = \ all-databases \ all-utils \ all-io \ + all-rt \ all-syntax .PHONY: $(OA_SRC_TARGETS) diff --git a/Makefile.in b/Makefile.in index 32037532..8085a60b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -492,6 +492,7 @@ OA_SRC_TARGETS = \ all-databases \ all-utils \ all-io \ + all-rt \ all-syntax all: all-recursive |