gstreamer/ext/gme/Makefile.am
2009-08-07 06:56:54 +02:00

10 lines
285 B
Makefile

plugin_LTLIBRARIES = libgstgme.la
libgstgme_la_SOURCES = gstgme.c
libgstgme_la_CFLAGS = $(GST_CFLAGS) $(GME_CFLAGS)
libgstgme_la_LIBADD = $(GST_LIBS) $(GME_LIBS)
libgstgme_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstgme_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstgme.h