aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/asn1/Makefile.nmake')
-rw-r--r--plugins/asn1/Makefile.nmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/asn1/Makefile.nmake b/plugins/asn1/Makefile.nmake
index dfc6926d8a..2a91f17bbb 100644
--- a/plugins/asn1/Makefile.nmake
+++ b/plugins/asn1/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.5 2004/01/24 20:01:36 ulfl Exp $
+# $Id: Makefile.nmake,v 1.6 2004/02/18 20:45:53 gerald Exp $
#
include ..\..\config.nmake
@@ -19,7 +19,11 @@ OBJECTS=packet-asn1.obj
asn1.dll asn1.exp asn1.lib : $(OBJECTS) ..\plugin_api.obj
link -dll /out:asn1.dll $(OBJECTS) ..\plugin_api.obj \
+!IFDEF GTK1_DIR
$(GTK1_LIBS)
+!ELSE
+ $(GTK2_LIBS)
+!ENDIF
clean:
rm -f $(OBJECTS) asn1.dll asn1.exp asn1.lib $(PDB_FILE)