aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-08-21 19:53:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-08-21 19:53:57 +0000
commit61d2e641632619f1b894e82bd0c3992a46004b94 (patch)
treec933b4cb47646f4b95de7cd78680e7f9b7854438 /Makefile.am
parentd9ebff02be7b8b9bc3011db5fcd3c56460d286c9 (diff)
Make it possible to add custom Diameter AVP .xml files and distribute them by adding the file name to separate files and leave the "normal" makefiles untouched.
svn path=/trunk/; revision=51457
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e17246086..f9a9e5aab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,7 +72,8 @@ nobase_dist_profiles_DATA = \
# of that directory.
#
diameterdir = $(pkgdatadir)/diameter
-dist_diameter_DATA = \
+include diameter/Custom.make
+dist_diameter_DATA = $(_CUSTOM_diameter_xml_files_) \
diameter/chargecontrol.xml \
diameter/ChinaTelecom.xml \
diameter/Cisco.xml \