aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-11 13:23:17 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-11 13:23:17 +0000
commit22431a7b84f89e0d70e98de08f28c910acd90707 (patch)
tree9f121d16ed895f1d972c08692803c9d949bc01ce /Makefile.am
parentbe1446521c2336c874d1ce226017604e2cf6ffd8 (diff)
From Valery Sigalov:
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23428 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a9f5050573..22f73d2417 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -210,6 +210,15 @@ radius_DATA = \
radius/dictionary.xedia
#
+# Install the tpncp directory files in the "tpncp" subdirectory
+# of that directory
+#
+tpncpdir = $(pkgdatadir)/tpncp
+tpncp_DATA = \
+ tpncp/tpncp.dat
+
+
+#
# Install the wimaxasncp directory files in the "wimaxasncp" subdirectory
# of that directory
#
@@ -680,6 +689,7 @@ EXTRA_DIST = \
$(diameter_DATA) \
$(dtds_DATA) \
$(radius_DATA) \
+ $(tpncp_DATA) \
$(wimaxasncp_DATA) \
randpkt.c \
rdps.c \