aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-11 20:25:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-11 20:25:17 +0000
commitf8e5b17dbd053a30b43e7292d82177a81d4d5f9d (patch)
treec87bf00640b3a8f261596e387a65d4cc73ad7a3e /Makefile.am
parent425480c962a1f139e8533765bf7b0c0ba474a022 (diff)
add support for a simple GeoIP based IP Location Map, more details will follow on the dev-list
svn path=/trunk/; revision=27433
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0124b48928..55baf0d3fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,7 +106,7 @@ idl2wrs: tools/idl2wrs.sh Makefile
pkgdata_DATA = AUTHORS-SHORT COPYING manuf services wireshark.html \
tshark.html wireshark-filter.html capinfos.html editcap.html \
idl2wrs.html mergecap.html text2pcap.html dumpcap.html \
- rawshark.html ws.css cfilters colorfilters dfilters smi_modules
+ rawshark.html ws.css cfilters colorfilters dfilters smi_modules ipmap.html
#
# Install the Diameter DTD and XML files in the "diameter" subdirectory
@@ -786,6 +786,7 @@ EXTRA_DIST = \
image/wslogo.svg \
image/wssplash.xpm \
image/wssplash-dev.xpm \
+ ipmap.html \
make-authors-format.pl \
make-authors-short.pl \
make-manuf \