diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-07-09 18:00:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-09 18:00:22 +0000 |
commit | 2f6e6f2eede861cac2c0e906d3ee57c2e9d5ef0b (patch) | |
tree | e17bff3f3473bcd269260358e15d8d3f016468fb /modules/printbackends/file | |
parent | 5c327ecbe573c60de2265a9622e569fd52943768 (diff) | |
download | gtk+-2f6e6f2eede861cac2c0e906d3ee57c2e9d5ef0b.tar.gz |
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
Diffstat (limited to 'modules/printbackends/file')
-rw-r--r-- | modules/printbackends/file/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/printbackends/file/Makefile.am b/modules/printbackends/file/Makefile.am index b74bdc369f..1afee74ca4 100644 --- a/modules/printbackends/file/Makefile.am +++ b/modules/printbackends/file/Makefile.am @@ -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 = \ |