aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-09 18:49:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-09 18:49:32 +0000
commit647c107eece3657da9679701d804b46ee230f8af (patch)
treefc531c533bbf6764d99175fec5f17116a301f39d /Makefile.nmake
parent4978ac5d43cecafeb09a11d1a87f68c6cc3cf082 (diff)
From Michael Lum:
new taps for GSM A-interface; fixes for ANSI A-interface taps. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9220 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c87e3334d7..e1de45f5f9 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.372 2003/12/08 22:28:53 guy Exp $
+# $Id: Makefile.nmake,v 1.373 2003/12/09 18:49:30 guy Exp $
include config.nmake
include <win32.mak>
@@ -423,6 +423,7 @@ TETHEREAL_TAP_SRC = \
tap-ansi_astat.c \
tap-bootpstat.c \
tap-dcerpcstat.c \
+ tap-gsm_astat.c \
tap-h225counter.c \
tap-h225rassrt.c \
tap-httpstat.c \