summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)