aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \