summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-29 02:20:29 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-29 02:20:29 +0000
commita275cd2495144bf5bf00d26c3cf5d26c5f69fbd8 (patch)
tree0072cf00502222c5aa6fe2b0fc7debb4326c71b2 /packaging
parent7aa4b4ffe1f575bbb50f03e012b6f77dd5ab02f0 (diff)
downloadwireshark-a275cd2495144bf5bf00d26c3cf5d26c5f69fbd8.tar.gz
Move the Diameter dictionary files to a "diameter" subdirectory, along
the lines of what's done for RADIUS. That keeps them together (and separate from other files), and makes the layout of the top-level source directory closer to the layout of the installation directory, so that if you run Ethereal or Tethereal from the top-level directory on Windows it'll pick up the Diameter dictionary files (if it supports loading them), and can do so on UN*X if we support a mechanism to let it find its control files in the directory in which the binary resides. Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD, and RADIUS files in one place if you add or remove a file. svn path=/trunk/; revision=16050
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index adb6a9f067..d590e92a5f 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -350,12 +350,12 @@ File "..\..\dfilters"
; of the installation directory.
;
SetOutPath $INSTDIR\diameter
-File "..\..\dictionary.dtd"
-File "..\..\dictionary.xml"
-File "..\..\imscxdx.xml"
-File "..\..\mobileipv4.xml"
-File "..\..\nasreq.xml"
-File "..\..\sunping.xml"
+File "..\..\diameter\dictionary.dtd"
+File "..\..\diameter\dictionary.xml"
+File "..\..\diameter\imscxdx.xml"
+File "..\..\diameter\mobileipv4.xml"
+File "..\..\diameter\nasreq.xml"
+File "..\..\diameter\sunping.xml"
SetOutPath $INSTDIR