Install the new global profiles and add them to the distribution.

svn path=/trunk/; revision=49122
This commit is contained in:
Gerald Combs 2013-05-01 21:53:57 +00:00
parent 4c444efdf1
commit 6cbb955d00
1 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,14 @@ EXTRA_PROGRAMS = wireshark tshark capinfos editcap mergecap dftest \
pkgdata_DATA = COPYING manuf services cfilters colorfilters dfilters \
smi_modules ipmap.html pdml2html.xsl
#
# Install global profiles in the "profiles" subdirectory
#
profilesdir = $(pkgdatadir)
nobase_profiles_DATA = \
profiles/Bluetooth/colorfilters \
profiles/Classic/colorfilters
#
# Install the Diameter DTD and XML files in the "diameter" subdirectory
# of that directory.
@ -901,6 +909,7 @@ EXTRA_DIST = \
print.ps \
$(diameter_DATA) \
$(dtds_DATA) \
$(nobase_profiles_DATA) \
$(radius_DATA) \
$(tpncp_DATA) \
$(ui_DATA) \