1 # Note: plugindir is set in configure
 
   3 plugin_LTLIBRARIES = libgstam7xxxsink.la
 
   5 # sources used to compile this plug-in
 
   6 libgstam7xxxsink_la_SOURCES = gstam7xxxsink.c gstam7xxxsink.h
 
   8 # compiler and linker flags used to compile this plugin, set in configure.ac
 
   9 libgstam7xxxsink_la_CFLAGS = $(GST_CFLAGS) $(LIBAM7XXX_CFLAGS)
 
  10 libgstam7xxxsink_la_LIBADD = $(GST_LIBS) $(LIBAM7XXX_LIBS)
 
  11 libgstam7xxxsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
  12 libgstam7xxxsink_la_LIBTOOLFLAGS = --tag=disable-static
 
  14 # headers we need but don't want installed
 
  15 noinst_HEADERS = gstam7xxxsink.h