summaryrefslogtreecommitdiff
path: root/ext/snapshot/Makefile.am
blob: b65e102a5f6e71efa4edc93e67d15ca8499ce503 (plain)
1
2
3
4
5
6
7
8
9
10
11

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