gstreamer/gst/xdgmime/Makefile.am
Sebastian Dröge 182e751b5d xdgmime: Always use GLib instead of xdgmime
Now that we depend on GLib 2.16 we can as well use it's
internal copy of the xdgmime instead of our own.
2009-08-31 08:14:10 +02:00

9 lines
287 B
Makefile

plugin_LTLIBRARIES = libgstxdgmime.la
libgstxdgmime_la_SOURCES = gstxdgmime.c
libgstxdgmime_la_CFLAGS = $(GIO_CFLAGS) $(GST_CFLAGS)
libgstxdgmime_la_LIBADD = $(GIO_LIBS) $(GST_LIBS)
libgstxdgmime_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstxdgmime_la_LIBTOOLFLAGS = --tag=disable-static