aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-29 22:43:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-29 22:43:33 +0000
commit953cf899e63d90469c6ef4eccfe107d0a05a809a (patch)
tree302f9521526f114270ac1e24e6be4cf6ce1af42d /Makefile.nmake
parentf8d95c21a005ec81f9ada49b6914fc5f7601abc8 (diff)
Nothing in "range.c" is GTK+-specific, so move it to the top-level
directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9487 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 2ee17350a0..b4b9571788 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.379 2003/12/24 02:06:26 obiot Exp $
+# $Id: Makefile.nmake,v 1.380 2003/12/29 22:42:39 guy Exp $
include config.nmake
include <win32.mak>
@@ -470,6 +470,7 @@ ETHEREAL_COMMON_OBJECTS = \
print.obj \
ps.obj \
ptvcursor.obj \
+ range.obj \
reassemble.obj \
register.obj \
req_resp_hdrs.obj \