diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-01-17 10:30:34 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-01-17 10:30:34 +0000 |
| commit | 5249ab955b734181311f05e006333ddcdd7d346c (patch) | |
| tree | 62b87077e9ab0edb0481f06f0bb76f2f10b115a4 /src/Makefile_insert | |
| parent | applied patch #1348672 from enchanter (diff) | |
| download | inkscape-5249ab955b734181311f05e006333ddcdd7d346c.tar.gz inkscape-5249ab955b734181311f05e006333ddcdd7d346c.zip | |
applying patch #1368738 from yselkowitz
(bzr r12)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 4 |
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) |
