From a18bad989696b5047fab20e579a6e5a886a4904f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 Dec 2012 21:11:16 +0100 Subject: build test_apps only if libxml2 is available --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.3