summaryrefslogtreecommitdiff
path: root/plugins/easy_codec
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/easy_codec
parent8694c4ba3ce6830d2b8962f75366468acfce42bd (diff)
downloadwireshark-2547ce21bfe68ef54fbf09a8aa41b1b52a3d240d.tar.gz
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/easy_codec')
-rw-r--r--plugins/easy_codec/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/easy_codec/Makefile.nmake b/plugins/easy_codec/Makefile.nmake
index 3d04e32b34..c651fa648c 100644
--- a/plugins/easy_codec/Makefile.nmake
+++ b/plugins/easy_codec/Makefile.nmake
@@ -21,7 +21,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)
CODEC_OBJECTS = $(CODEC_SRC:.c=.obj)