]> git.mxchange.org Git - flightgear.git/blobdiff - utils/xmlgrep/Makefile.am
Revoke url change detection code.
[flightgear.git] / utils / xmlgrep / Makefile.am
index 084efb4eefc571946ec1cdef7b93d8e39b7ae42d..827bd29bfc0ab3f8f46e2350a7eefd036bbd3a20 100644 (file)
@@ -4,18 +4,26 @@ noinst_LIBRARIES = libxmlconf.a
 
 libxmlconf_a_SOURCES = xml_cache.c xml.c
 
-noinst_PROGRAMS = testxml printxml xmlgrep
+noinst_PROGRAMS = \
+       testxml \
+       printxml \
+       xmlgrep \
+       printtree \
+       generic_protocol_analyse
 
 testxml_SOURCES = testxml.c
 testxml_LDADD = libxmlconf.a
 
-printxml_SOURCES = $(xml_SOURCE) printxml.c
+printxml_SOURCES = printxml.c
 printxml_LDADD = libxmlconf.a
 
-printtree_SOURCES = $(xml_SOURCE) printtree.c
+printtree_SOURCES = printtree.c
 printtree_LDADD = libxmlconf.a
 
-xmlgrep_SOURCES = $(xml_SOURCE) xmlgrep.c xml.c xml.h
+xmlgrep_SOURCES = xmlgrep.c
 xmlgrep_LDADD = libxmlconf.a
 
+generic_protocol_analyse_SOURCES = generic-protocol-analyse.c
+generic_protocol_analyse_LDADD = libxmlconf.a
+
 INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE