mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
322 B
Makefile
11 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
|