summary refs log tree commit diff stats
path: root/plugins/xdcc/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xdcc/makefile.mak')
-rw-r--r--plugins/xdcc/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xdcc/makefile.mak b/plugins/xdcc/makefile.mak
index 280d8d84..0a12347e 100644
--- a/plugins/xdcc/makefile.mak
+++ b/plugins/xdcc/makefile.mak
@@ -9,7 +9,7 @@ xdcc.def:
 	echo xchat_plugin_deinit >> xdcc.def

 

 xdcc.obj: xdcc.c makefile.mak

-	cl $(CFLAGS) $(GLIB) xdcc.c

+	cl $(CFLAGS) $(GLIB) /I.. xdcc.c

 

 clean:

 	del *.obj