From 5249ab955b734181311f05e006333ddcdd7d346c Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Tue, 17 Jan 2006 10:30:34 +0000 Subject: applying patch #1368738 from yselkowitz (bzr r12) --- src/Makefile_insert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3