aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-09 14:01:57 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-09 14:01:57 +0000
commit2547ce21bfe68ef54fbf09a8aa41b1b52a3d240d (patch)
tree599d915706b4d675271727bde25250c247f60944 /plugins/unistim
parent8694c4ba3ce6830d2b8962f75366468acfce42bd (diff)
We no longer support the old plugin API so remove it completely from the build system
svn path=/trunk/; revision=29821
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/Makefile.nmake b/plugins/unistim/Makefile.nmake
index 3cf4dc5b3e..c01e58bfe7 100644
--- a/plugins/unistim/Makefile.nmake
+++ b/plugins/unistim/Makefile.nmake
@@ -19,7 +19,7 @@ LDFLAGS = $(PLUGIN_LDFLAGS)
!IFDEF ENABLE_LIBWIRESHARK
LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib
-CFLAGS=/DHAVE_WIN32_LIBWIRESHARK_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
+CFLAGS=/D_NEED_VAR_IMPORT_ $(CFLAGS)
DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)