In source tree, move wimaxasncp TLV files from plugin folder -> new top-level wimaxasncp folder.

svn path=/trunk/; revision=23184
This commit is contained in:
Martin Mathieson 2007-10-15 12:32:19 +00:00
parent 399cb7bc5f
commit bafcd03634
6 changed files with 17 additions and 10 deletions

View File

@ -138,6 +138,7 @@ dtds_DATA = \
dtds/xcap-caps.dtd \
dtds/xcap-error.dtd \
dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
# of that directory.
@ -207,6 +208,15 @@ radius_DATA = \
radius/dictionary.wispr \
radius/dictionary.xedia
#
# Install the wimaxasncp directory files in the "wimaxasncp" subdirectory
# of that directory
#
wimaxasncpdir = $(pkgdatadir)/wimaxasncp
wimaxasncp_DATA = \
wimaxasncp/dictionary.xml \
wimaxasncp/dictionary.dtd
PLATFORM_SRC = capture-pcap-util-unix.c
if HAVE_PLUGINS
@ -667,6 +677,7 @@ EXTRA_DIST = \
$(diameter_DATA) \
$(dtds_DATA) \
$(radius_DATA) \
$(wimaxasncp_DATA) \
randpkt.c \
rdps.c \
smi_modules \

View File

@ -497,8 +497,8 @@ SetOutPath $INSTDIR
; install the wimaxasncp TLV definitions in the wimaxasncp subdirectory
;
SetOutPath $INSTDIR\wimaxasncp
File "..\..\plugins\wimaxasncp\dictionary.xml"
File "..\..\plugins\wimaxasncp\dictionary.dtd"
File "..\..\wimaxasncp\dictionary.xml"
File "..\..\wimaxasncp\dictionary.dtd"
SetOutPath $INSTDIR
SetOutPath $INSTDIR\help

View File

@ -109,8 +109,8 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\dtds\xcap-caps.dtd $(DEVICE)\dtds $(COPY_FLAGS)
$(COPY) $(TOPDIR)\dtds\xcap-error.dtd $(DEVICE)\dtds $(COPY_FLAGS)
$(COPY) $(TOPDIR)\dtds\watcherinfo.dtd $(DEVICE)\dtds $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\wimaxasncp\dictionary.xml $(DEVICE)\wimaxasncp $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\wimaxasncp\dictionary.dtd $(DEVICE)\wimaxasncp $(COPY_FLAGS)
$(COPY) $(TOPDIR)\wimaxasncp\dictionary.xml $(DEVICE)\wimaxasncp $(COPY_FLAGS)
$(COPY) $(TOPDIR)\wimaxasncp\dictionary.dtd $(DEVICE)\wimaxasncp $(COPY_FLAGS)
$(COPY) $(TOPDIR)\doc\dumpcap.html $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\doc\editcap.html $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\example_snmp_users_file $(DEVICE) $(COPY_FLAGS)

View File

@ -128,9 +128,7 @@ EXTRA_DIST = \
Makefile.common \
Makefile.nmake \
moduleinfo.nmake \
plugin.rc.in \
dictionary.xml \
dictionary.dtd
plugin.rc.in
RUNLEX = $(top_srcdir)/tools/runlex.sh
@ -142,6 +140,4 @@ wimaxasncp_dict_lex.h : wimaxasncp_dict.c
#
wimaxasncpdir = $(pkgdatadir)/wimaxasncp
wimaxasncp_DATA = \
dictionary.dtd \
dictionary.xml