diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-12-19 10:02:50 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-12-19 10:02:50 +0000 |
commit | 3d22aa561b8145a22331a22025f94fb69c7cc4b4 (patch) | |
tree | f5955f8f207d3e871d34abb2302a56cb01ca2f2b /asn1/dsp | |
parent | 88216b4940cfe06f5de92af9022185fd24dd8db4 (diff) | |
download | wireshark-3d22aa561b8145a22331a22025f94fb69c7cc4b4.tar.gz wireshark-3d22aa561b8145a22331a22025f94fb69c7cc4b4.tar.bz2 wireshark-3d22aa561b8145a22331a22025f94fb69c7cc4b4.zip |
asn1/*/Makefile.nmake were not part of the source package.
Spotted by Tomas Kukosa.
svn path=/trunk/; revision=23921
Diffstat (limited to 'asn1/dsp')
-rw-r--r-- | asn1/dsp/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/dsp/Makefile.common b/asn1/dsp/Makefile.common index 837c8c5fd6..784c5ec70b 100644 --- a/asn1/dsp/Makefile.common +++ b/asn1/dsp/Makefile.common @@ -35,8 +35,9 @@ EXT_ASN_FILE_LIST = ASN_FILE_LIST = $(PROTOCOL_NAME).asn # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn -# files do not exist # for all protocols: Please add/remove as required. +# files do not exist for all protocols: Please add/remove as required. EXTRA_DIST = \ + Makefile.nmake \ $(ASN_FILE_LIST) \ packet-$(PROTOCOL_NAME)-template.c \ packet-$(PROTOCOL_NAME)-template.h \ |