summaryrefslogtreecommitdiff
path: root/plugins/irda/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-30 07:34:53 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-30 07:34:53 +0000
commita9e9366b00b916eb3414cefef2769df8723be6dd (patch)
tree98d422cefab6f764ea8a37dcdbd3ba84dc863f58 /plugins/irda/Makefile.nmake
parent9cff51ea787e74027a53daed734fa2c800cba20a (diff)
downloadwireshark-a9e9366b00b916eb3414cefef2769df8723be6dd.tar.gz
From Shaun Jackman: Serial Infrared support.
svn path=/trunk/; revision=11279
Diffstat (limited to 'plugins/irda/Makefile.nmake')
-rw-r--r--plugins/irda/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/irda/Makefile.nmake b/plugins/irda/Makefile.nmake
index 297a48194c..16cb5cf884 100644
--- a/plugins/irda/Makefile.nmake
+++ b/plugins/irda/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.1 2003/12/18 19:07:12 guy Exp $
+# $Id: Makefile.nmake,v 1.2 2004/06/30 07:34:52 guy Exp $
#
include ..\..\config.nmake
@@ -9,7 +9,7 @@ include ..\..\config.nmake
CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-OBJECTS=packet-irda.obj packet-ircomm.obj
+OBJECTS=packet-irda.obj packet-ircomm.obj packet-sir.obj
irda.dll irda.exp irda.lib : $(OBJECTS) ..\plugin_api.obj
link -dll /out:irda.dll $(OBJECTS) ..\plugin_api.obj \