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

 

 checksum.obj: checksum.c makefile.mak

-	cl $(CFLAGS) checksum.c

+	cl $(CFLAGS) /I.. checksum.c

 

 clean:

 	del *.obj