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/t38 | |
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/t38')
-rw-r--r-- | asn1/t38/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/t38/Makefile.common b/asn1/t38/Makefile.common index 37be65cd08..c1dac6e490 100644 --- a/asn1/t38/Makefile.common +++ b/asn1/t38/Makefile.common @@ -34,6 +34,7 @@ ASN_FILE_LIST = \ T38_2002.asn EXTRA_DIST = \ + Makefile.nmake \ $(ASN_FILE_LIST) \ packet-$(PROTOCOL_NAME)-template.c \ $(PROTOCOL_NAME).cnf |