aboutsummaryrefslogtreecommitdiff
path: root/xtract/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-20 11:30:55 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-20 11:30:55 +0000
commita642a56300874cabc18848d29d0b8cb882fa48db (patch)
tree8c91ffbf85f6100df5801d0cefd2b64eb551d62c /xtract/Makefile.am
parentd4ef5832c3e78458b87734f6d41e10846fc6ce1c (diff)
downloadLibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.gz
LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.bz2
LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.zip
Added simpletest example
Diffstat (limited to 'xtract/Makefile.am')
-rw-r--r--xtract/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/xtract/Makefile.am b/xtract/Makefile.am
index b29e60d..0dd9942 100644
--- a/xtract/Makefile.am
+++ b/xtract/Makefile.am
@@ -1,5 +1,11 @@
libxtractdir = $(includedir)/xtract
+if BUILD_VECTOR
+XTRACT_VECTOR = xtract_vector.h
+else
+XTRACT_VECTOR =
+endif
+
libxtract_HEADERS = libxtract.h xtract_macros.h xtract_types.h xtract_delta.h \
- xtract_scalar.h xtract_vector.h
+ xtract_scalar.h $(XTRACT_VECTOR)