aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 08:42:19 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 08:42:19 +0000
commit1b04a660e5da99ff35f3f4eb3c2154177781687b (patch)
treef9c7fd38bd185e958bb1d714fdf69d83ce30b533 /asn1/Makefile.inc.nmake
parent0d7364444e5a708bf08dc98d2be6a81a40055c7b (diff)
next step to solve dependency generation
svn path=/trunk/; revision=23130
Diffstat (limited to 'asn1/Makefile.inc.nmake')
-rw-r--r--asn1/Makefile.inc.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake
index bdfd5b12ae..04bf2e0c4d 100644
--- a/asn1/Makefile.inc.nmake
+++ b/asn1/Makefile.inc.nmake
@@ -30,11 +30,13 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
+generate_export: $(EXPORT_FILES)
+
!IFNDEF PROTO_OPT
PROTO_OPT = -p $(PROTOCOL_NAME)
!ENDIF
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
+$(DISSECTOR_FILES) $(EXPORT_FILES): ../../tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
!IFDEF PYTHON
$(PYTHON) "../../tools/asn2wrs.py" \
$(A2W_FLAGS) \