Element that decodes images using gdk_pixbuf
[platform/upstream/gst-plugins-good.git] / ext / gdk_pixbuf / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstgdkpixbuf.la
4
5 libgstgdkpixbuf_la_SOURCES = gstgdkpixbuf.c
6 libgstgdkpixbuf_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
7 libgstgdkpixbuf_la_LIBADD = $(GTK_LIBS)
8 libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstgdkpixbuf.h
11