diff options
author | Christian Persch <chpe@gnome.org> | 2011-10-22 21:37:52 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2011-11-07 20:01:55 +0100 |
commit | 3c950c14208a66757d451a3018d7e79b67a76f8d (patch) | |
tree | a15ca8cca87efddfd00b3b43e3042b73dc68b1ff /gdk-pixbuf-loader/Makefile.am | |
parent | 59a3fed362fd70e29452fce58d8324cc00e7cc7e (diff) | |
download | librsvg-3c950c14208a66757d451a3018d7e79b67a76f8d.tar.gz |
Hard-depend on libcroco
Diffstat (limited to 'gdk-pixbuf-loader/Makefile.am')
-rw-r--r-- | gdk-pixbuf-loader/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am index 18c5b805..a6611c24 100644 --- a/gdk-pixbuf-loader/Makefile.am +++ b/gdk-pixbuf-loader/Makefile.am @@ -17,7 +17,6 @@ libpixbufloader_svg_la_CPPFLAGS = \ libpixbufloader_svg_la_CFLAGS = \ $(GDK_PIXBUF_CFLAGS) \ $(LIBRSVG_CFLAGS) \ - $(LIBCROCO_CFLAGS) \ $(AM_CFLASG) libpixbufloader_svg_la_LDFLAGS = -avoid-version -module $(AM_LDFLAGS) @@ -25,8 +24,7 @@ libpixbufloader_svg_la_LDFLAGS = -avoid-version -module $(AM_LDFLAGS) libpixbufloader_svg_la_LIBADD = \ $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ $(GDK_PIXBUF_LIBS) \ - $(LIBRSVG_LIBS) \ - $(LIBCROCO_LIBS) + $(LIBRSVG_LIBS) if PLATFORM_WIN32 libpixbufloader_svg_la_LDFLAGS += -no-undefined |