Fix build problems on Cygwin. (#448604)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/*/Makefile.am: Fix build problems
        on Cygwin.  (#448604)


svn path=/trunk/; revision=18412
This commit is contained in:
Matthias Clasen 2007-07-09 18:00:22 +00:00 committed by Matthias Clasen
parent 5c327ecbe5
commit 2f6e6f2eed
5 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/*/Makefile.am: Fix build problems
on Cygwin. (#448604)
2007-07-09 Jaap Haitsma <jaap@haitsma.org>
* gtk/gtkstatusicon.c: Remove usage of deprecated GtkTooltips API. Use

View File

@ -1,4 +1,4 @@
if OS_WIN32
if PLATFORM_WIN32
no_undefined = -no-undefined
endif
@ -14,8 +14,9 @@ INCLUDES = \
$(GTK_DEBUG_FLAGS)
LDADDS = \
$(GTK_DEP_LIBS) \
$(top_builddir)/gtk/$(gtktargetlib)
$(top_builddir)/gtk/$(gtktargetlib) \
$(top_builddir)/gdk/$(gdktargetlib) \
$(GTK_DEP_LIBS)
backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends

View File

@ -1,4 +1,4 @@
if OS_WIN32
if PLATFORM_WIN32
no_undefined = -no-undefined
endif
@ -27,6 +27,7 @@ libprintbackend_file_la_LDFLAGS = \
libprintbackend_file_la_LIBADD = \
$(top_builddir)/gtk/$(gtktargetlib) \
$(top_builddir)/gdk/$(gdktargetlib) \
$(GTK_DEP_LIBS)
noinst_HEADERS = \

View File

@ -1,4 +1,4 @@
if OS_WIN32
if PLATFORM_WIN32
no_undefined = -no-undefined
endif

View File

@ -1,4 +1,4 @@
if OS_WIN32
if PLATFORM_WIN32
no_undefined = -no-undefined
endif