aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-04 04:19:29 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-04 04:19:29 +0000
commitddd2d9bad0b992621a3607d979f465f4f43fd689 (patch)
treeb51832c0d473bf5a4c30ebbb8baeb0e8bac48916 /Makefile.am
parente54671b3aa34f350c009c407042933b814fe220f (diff)
downloadopen-axiom-ddd2d9bad0b992621a3607d979f465f4f43fd689.tar.gz
Add initial io library files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5db04f85..c13594ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,8 @@ OA_SRC_TARGETS = \
all-sman \
all-driver \
all-databases \
- all-utils
+ all-utils \
+ all-io
.PHONY: $(OA_SRC_TARGETS)