summary refs log tree commit diff stats
path: root/plugins/perl/makefile-514.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-07-28 00:05:58 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-07-28 00:05:58 +0200
commitb6a0e0d086d5b314742b9ecc84f2392b5dada5c8 (patch)
treef36732cd713830b9dc773fbda986846b53b80679 /plugins/perl/makefile-514.mak
parent7061c055f1eb466484c7a2a561ceda5f177d203b (diff)
polish the building process of the perl interface
Diffstat (limited to 'plugins/perl/makefile-514.mak')
-rw-r--r--plugins/perl/makefile-514.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile-514.mak b/plugins/perl/makefile-514.mak
index 8c689979..4d8181dd 100644
--- a/plugins/perl/makefile-514.mak
+++ b/plugins/perl/makefile-514.mak
@@ -12,7 +12,7 @@ perl.def:
 	echo xchat_plugin_get_info >> perl.def
 
 perl.obj: perl.c
-	$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH) /I.. /DPERL_DLL=\"$(PERL514LIB).dll\"
+	$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH)\lib\CORE /I.. /DPERL_DLL=\"$(PERL514LIB).dll\"
 
 perl.c: xchat.pm.h