From 2d18249ca97c115460d31567a0d0f865a28efa08 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 21 Jun 2009 12:23:40 +0000 Subject: [PATCH] rename to generic-protocol-analyse which shows it purpose more clearly --- utils/xmlgrep/Makefile.am | 6 +++--- ...{generic-config-analyse.c => generic-protocol-analyse.c} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename utils/xmlgrep/{generic-config-analyse.c => generic-protocol-analyse.c} (100%) 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 diff --git a/utils/xmlgrep/generic-config-analyse.c b/utils/xmlgrep/generic-protocol-analyse.c similarity index 100% rename from utils/xmlgrep/generic-config-analyse.c rename to utils/xmlgrep/generic-protocol-analyse.c -- 2.39.5