aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-26 17:10:05 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-26 17:10:05 +0000
commitbd9b9d1b7b2e9d863b32369a09c1ef5c2248a5a9 (patch)
tree541274f6209d5e3465296bb3d3ce54b1aa48b800 /asn1/gnm/Makefile.nmake
parentec013b4369eca0a469a40ea5992b1db97607e267 (diff)
Try to fix some GCC warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22194 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/gnm/Makefile.nmake')
-rw-r--r--asn1/gnm/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/gnm/Makefile.nmake b/asn1/gnm/Makefile.nmake
index 2aafda672c..9ad3964ccc 100644
--- a/asn1/gnm/Makefile.nmake
+++ b/asn1/gnm/Makefile.nmake
@@ -8,7 +8,7 @@ UNIX2DOS=$(PERL) ../../tools/unix2dos.pl
PROTOCOL_NAME=gnm
DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c packet-$(PROTOCOL_NAME).h
-
+ASN_FILES= ../x721/Attribute-ASN1Module.asn
all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)