aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-03 20:22:32 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-03 20:22:32 +0000
commitedfd0718817404f5e4b196f4db514d8ffb391469 (patch)
tree17ca791a20adae82b816bf623465fb77c324ed8f /epan/dissectors/Makefile.nmake
parent2e26bbeda380295c1e7dca0d64593757d960a8f3 (diff)
Creation of ALL_DISSECTORS_SRC including all dissectors sources
- used in Makefile.nmake instead of DISSECTOR_SRC - used for the target register.c svn path=/trunk/; revision=21327
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index d1fc247a2b..bd5ea17877 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -20,7 +20,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
-DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
+DISSECTOR_OBJECTS = $(ALL_DISSECTOR_SRC:.c=.obj)
DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj)
@@ -74,13 +74,13 @@ x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
# All subsequent arguments are the files to scan.
#
-register.c: $(DISSECTOR_SRC)
+register.c: $(ALL_DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making register.c (using python)
- @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(DISSECTOR_SRC)
+ @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(ALL_DISSECTOR_SRC)
!ELSE
@echo Making register.c (using sh)
- @$(SH) ../../tools/make-dissector-reg . dissectors $(DISSECTOR_SRC)
+ @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTOR_SRC) \
!ENDIF
packet-ncp2222.c : ncp2222.py