Install the Diameter DTD and XML files in the "diameter" subdirectory
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Jun 2002 22:11:17 +0000 (22:11 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Jun 2002 22:11:17 +0000 (22:11 +0000)
of the directory for Ethereal configuration files, not the configuration
file directory, as the Diameter dissector looks for them in the
subdirectory.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5606 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 2f2f7f0ab9aa4f7db5c89e6e9ab5fd7bfba17fc7..b6127210b58c4c04f5a8a229c9d4e5f9e54f54e7 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.437 2002/05/29 21:32:09 guy Exp $
+# $Id: Makefile.am,v 1.438 2002/06/01 22:11:17 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -68,7 +68,17 @@ man_MANS =
 EXTRA_PROGRAMS = ethereal ethereal_static tethereal tethereal_static editcap mergecap dftest text2pcap
 EXTRA_SCRIPTS = idl2eth
 
-sysconf_DATA = manuf dictionary.dtd dictionary.xml mobileipv4.xml \
+#
+# Install "manuf" in the directory for Ethereal configuration files.
+#
+sysconf_DATA = manuf
+
+#
+# Install the Diameter DTD and XML files in the "diameter" subdirectory
+# of that directory.
+#
+diameterdir = $(sysconfdir)/diameter
+diameter_DATA = dictionary.dtd dictionary.xml mobileipv4.xml \
        nasreq.xml sunping.xml
 
 DISSECTOR_SRC = \