s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
[platform/upstream/gstreamer.git] / ext / mad / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstmad.la
4
5 libgstmad_la_SOURCES = gstmad.c 
6 libgstmad_la_CFLAGS = $(GST_CFLAGS)
7 libgstmad_la_LIBADD = $(GST_LIBS) $(MAD_LIBS) 
8
9 noinst_HEADERS = gstmad.h