summaryrefslogtreecommitdiffstats
path: root/ext/libpng/Makefile.am
blob: a65008d904f3c3980723a82c908c8519b7f9009f (plain)
1
2
3
4
5
6
7
8
9
10
11
plugindir = $(libdir)/gst

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 = gstpng.h