gstreamer/ext/snapshot/Makefile.am
2013-04-15 15:59:22 +02:00

12 lines
322 B
Makefile

plugin_LTLIBRARIES = libgstsnapshot.la
libgstsnapshot_la_SOURCES = \
gstsnapshot.c
libgstsnapshot_la_CFLAGS = $(GST_CFLAGS)
libgstsnapshot_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
libgstsnapshot_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
libgstsnapshot_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstsnapshot.h