aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-09 07:43:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-09 07:43:32 +0000
commit45bac4dda7837e0c618da54847f718673d144c86 (patch)
tree4a6e8a6cbd9cf13917d427c00fd6600fb6e894dd /Makefile.am
parentd77f558c5915db836c8385e781810f8ad445af05 (diff)
provide global default files for cfilters/colorfilters/dfilters
at least the colorfilters file needs some more "finetuning" NSIS (Win32): install these files into the Ethereal Program dir, but don't overwrite existing ones makefile.am: I've added the three files to EXTRA_DIST and pkgdata_DATA, which *seems* to be the right places svn path=/trunk/; revision=14595
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 7951628ae6..1e472fd518 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,12 +71,12 @@ EXTRA_PROGRAMS = ethereal tethereal capinfos editcap mergecap dftest \
EXTRA_SCRIPTS = idl2eth
#
-# Ethereal configuration files are put in $(pkgdatadir). It currently
-# contains the "AUTHORS-SHORT" and "manuf" files and a "diameter" directory.
+# Ethereal configuration files are put in $(pkgdatadir).
#
pkgdata_DATA = AUTHORS-SHORT manuf ethereal.html tethereal.html \
ethereal-filter.html capinfos.html editcap.html \
- idl2eth.html mergecap.html text2pcap.html
+ idl2eth.html mergecap.html text2pcap.html \
+ cfilters colorfilter dfilters
#
# Install the Diameter DTD and XML files in the "diameter" subdirectory
@@ -434,7 +434,9 @@ EXTRA_DIST = \
capture-wpcap.h \
capture_wpcap_packet.c \
capture_wpcap_packet.h \
+ cfilters \
cleanbld.bat \
+ colorfilters \
config.h.win32 \
config.nmake \
debian/README.debian \
@@ -447,6 +449,7 @@ EXTRA_DIST = \
debian/postinst \
debian/prerm \
debian/rules \
+ dfilters \
dictionary.dtd \
dictionary.xml \
doc/Makefile.am \