aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 19:27:49 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 19:27:49 +0000
commit32975a11e61c02d08832f9ae2b643896d156c5e3 (patch)
tree1ebb98fe7a005de634411d2752746d90b3051df1 /plugins/asn1
parent67406fcfd2a3f73a9f0c2440e355df5e38728a7b (diff)
Fix the Makefile to match other plugin Makefiles.
svn path=/trunk/; revision=8804
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/Makefile.nmake42
1 files changed, 21 insertions, 21 deletions
diff --git a/plugins/asn1/Makefile.nmake b/plugins/asn1/Makefile.nmake
index 4512ba66bd..e228752cd7 100644
--- a/plugins/asn1/Makefile.nmake
+++ b/plugins/asn1/Makefile.nmake
@@ -1,21 +1,21 @@
-#
-# $Id: Makefile.nmake,v 1.1 2003/10/28 07:02:38 guy Exp $
-#
-
-include ..\..\config.nmake
-
-############### no need to modify below this line #########
-
-CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
- /I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
- /I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
- /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-
-OBJECTS=packet-asn1.obj
-
-asn1.dll asn1.exp asn1.lib : packet-asn1.obj ..\plugin_api.obj
- link -dll /out:asn1.dll packet-asn1.obj ..\plugin_api.obj \
- $(GLIB_DIR)\glib-$(GLIB_VERSION).lib
-
-clean:
- rm -f $(OBJECTS) asn1.dll asn1.exp asn1.lib $(PDB_FILE)
+#
+# $Id: Makefile.nmake,v 1.2 2003/10/28 19:27:49 guy Exp $
+#
+
+include ..\..\config.nmake
+
+############### no need to modify below this line #########
+
+CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
+ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
+
+OBJECTS=packet-asn1.obj
+
+asn1.dll asn1.exp asn1.lib : packet-asn1.obj ..\plugin_api.obj
+ link -dll /out:asn1.dll packet-asn1.obj ..\plugin_api.obj \
+ $(GLIB_LIBS)
+
+clean:
+ rm -f $(OBJECTS) asn1.dll asn1.exp asn1.lib $(PDB_FILE)
+
+distclean: clean