diff options
author | Julien Moutte <julien@moutte.net> | 2006-02-24 22:49:29 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2006-02-24 22:49:29 +0000 |
commit | bac83b472dce97048187c049bd12ef9f30777773 (patch) | |
tree | 790c8ced2499c406f43dbb14af962d293e5d21ff /ext/gdk_pixbuf | |
parent | 73a6055bdf16990ff6abaed612b8527db439a9f8 (diff) |
ext/Makefile.am: Disable annodex for now until we figure out how to make it build.
Original commit message from CVS:
2006-02-24 Julien MOUTTE <julien@moutte.net>
* ext/Makefile.am: Disable annodex for now until we figure out
how to make it build.
* ext/gdk_pixbuf/Makefile.am: Note for Thomas :
Add a rule to your checklist : "please try to at least build
what you are going to commit into -good, or if you are too lazy
to do that, please check that the buildbots are not crying because
of your commit."
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r-- | ext/gdk_pixbuf/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am index 8d5abb03..0f6a6c9a 100644 --- a/ext/gdk_pixbuf/Makefile.am +++ b/ext/gdk_pixbuf/Makefile.am @@ -1,8 +1,9 @@ plugin_LTLIBRARIES = libgstgdkpixbuf.la libgstgdkpixbuf_la_SOURCES = gstgdkpixbuf.c pixbufscale.c -libgstgdkpixbuf_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(GST_BASE_CFLAGS) -libgstgdkpixbuf_la_LIBADD = $(GTK_LIBS) $(GST_BASE_LIBS) +libgstgdkpixbuf_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) +libgstgdkpixbuf_la_LIBADD = $(GTK_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |