diff options
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r-- | wiretap/Makefile.nmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake index c5a8813d1b..e25eae6d4b 100644 --- a/wiretap/Makefile.nmake +++ b/wiretap/Makefile.nmake @@ -1,5 +1,5 @@ # -# $Id: Makefile.nmake,v 1.38 2003/11/07 23:27:13 guy Exp $ +# $Id: Makefile.nmake,v 1.39 2003/12/02 19:37:04 guy Exp $ # include ..\config.nmake @@ -13,7 +13,8 @@ CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) $(ZLIB_CFLAGS) /I$(PCAP_DIR)/include \ .c.obj:: $(CC) $(cvarsdll) $(CFLAGS) -Fd.\ -c $< -OBJECTS=ascend-grammar.obj \ +OBJECTS=airopeek9.obj \ + ascend-grammar.obj \ ascend-scanner.obj \ ascend.obj \ atm.obj \ |