summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-01-17 10:30:34 +0000
committerrwst <rwst@users.sourceforge.net>2006-01-17 10:30:34 +0000
commit5249ab955b734181311f05e006333ddcdd7d346c (patch)
tree62b87077e9ab0edb0481f06f0bb76f2f10b115a4 /src/Makefile_insert
parentapplied patch #1348672 from enchanter (diff)
downloadinkscape-5249ab955b734181311f05e006333ddcdd7d346c.tar.gz
inkscape-5249ab955b734181311f05e006333ddcdd7d346c.zip
applying patch #1368738 from yselkowitz
(bzr r12)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 44439f164..3c7d827c8 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -7,7 +7,7 @@
#
# ################################################
-if PLATFORM_WIN32
+if OS_WIN32
win32_sources = winmain.cpp
win32ldflags = -lcomdlg32
endif
@@ -279,7 +279,7 @@ all_libs = \
$(FREETYPE_LIBS) \
$(kdeldadd) \
$(win32ldflags) \
- $(PERL_LDFLAGS) \
+ $(PERL_LIBS) \
$(PYTHON_LIBS) \
$(LIBLOUDMOUTH_LIBS)