aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-12-18 21:11:16 +0100
committerHarald Welte <laforge@gnumonks.org>2012-12-18 21:11:16 +0100
commita18bad989696b5047fab20e579a6e5a886a4904f (patch)
tree42512d2564996902513b1945e7f5c2b54a448655
parent226b2b0e6e367c4444adc1d674c88e9e1ef97501 (diff)
build test_apps only if libxml2 is available
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f68bb89..17062c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,9 @@
SUBDIRS = binary def_frame def_list
+
+if HAVE_LIBXML2
+SUBDIRS += test_apps
+endif
+
EXTRA_DIST = src/Makefile.am\
test_pdu/Makefile.am\
test_apps/Makefile.am \