X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2Fxmlgrep%2FMakefile.am;h=827bd29bfc0ab3f8f46e2350a7eefd036bbd3a20;hb=a89a28c4e62a63e05b6b889274fa848ea2bda007;hp=0a883bc9f0733cd7a878577e77f34732a65316c5;hpb=b03ac3497b4d75f8abdf9e7b7337c7dc9c5d846c;p=flightgear.git diff --git a/utils/xmlgrep/Makefile.am b/utils/xmlgrep/Makefile.am index 0a883bc9f..827bd29bf 100644 --- a/utils/xmlgrep/Makefile.am +++ b/utils/xmlgrep/Makefile.am @@ -9,7 +9,7 @@ noinst_PROGRAMS = \ printxml \ xmlgrep \ printtree \ - generic_config_analyse + generic_protocol_analyse testxml_SOURCES = testxml.c testxml_LDADD = libxmlconf.a @@ -23,7 +23,7 @@ printtree_LDADD = libxmlconf.a xmlgrep_SOURCES = xmlgrep.c xmlgrep_LDADD = libxmlconf.a -generic_config_analyse_SOURCES = generic-config-analyse.c -generic_config_analyse_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