summaryrefslogtreecommitdiffstats
path: root/ext/libpng/Makefile.am
blob: 29d6f8476b5953449bbbfd6d7baf5346187a5d9d (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstpng.la

libgstpng_la_SOURCES = gstpng.c gstpngenc.c
libgstpng_la_CFLAGS = $(GST_CFLAGS)
libgstpng_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
libgstpng_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstpngenc.h