aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-09 18:49:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-09 18:49:32 +0000
commit15f863dc3c7080b642c32dbce43ba9cc70fdda39 (patch)
treefc531c533bbf6764d99175fec5f17116a301f39d /gtk/Makefile.nmake
parent11d8817da0148daa1cda2db873a3ec31c0c02a69 (diff)
From Michael Lum:
new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 2a62c6c574..dbd239fb10 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/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.63 2003/12/03 23:46:23 guy Exp $
+# $Id: Makefile.nmake,v 1.64 2003/12/09 18:49:32 guy Exp $
include ..\config.nmake
@@ -31,6 +31,7 @@ ETHEREAL_TAP_SRC = \
endpoint_talkers_tr.c \
endpoint_talkers_udpip.c \
fc_stat.c \
+ gsm_a_stat.c \
h225_counter.c \
h225_ras_srt.c \
http_stat.c \