diff options
author | Anders Broman <anders.broman@ericsson.com> | 2013-01-23 13:12:38 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2013-01-23 13:12:38 +0000 |
commit | 90844413feb7d8b80146c0bcc5990263031df746 (patch) | |
tree | c32018bde4a6b15b91c342f47b82333eae347f05 | |
parent | fceeb16e666cc4fd48a41a76352fbbeeaf6eb35f (diff) | |
download | wireshark-90844413feb7d8b80146c0bcc5990263031df746.tar.gz wireshark-90844413feb7d8b80146c0bcc5990263031df746.tar.bz2 wireshark-90844413feb7d8b80146c0bcc5990263031df746.zip |
svn path=/trunk/; revision=47225
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | radius/Custom.make | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ded234c11..2d8b128717 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,9 +111,11 @@ dtds_DATA = \ # of that directory. # radiusdir = $(pkgdatadir)/radius -radius_DATA = \ +-include radius/Custom.make +radius_DATA = $(_CUSTOM_radius_dict_)\ radius/README.radius_dictionary \ radius/custom.includes \ + radius/Custom.make \ radius/dictionary \ radius/dictionary.3com \ radius/dictionary.3gpp \ diff --git a/radius/Custom.make b/radius/Custom.make new file mode 100644 index 0000000000..969bb34f68 --- /dev/null +++ b/radius/Custom.make @@ -0,0 +1,5 @@ +# +# $Id$ +# + +_CUSTOM_radius_dict_ = \
\ No newline at end of file |