mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
ca0b9854a9
Original commit message from CVS: not sure what I did wrong but this should fix it hopefully
10 lines
266 B
Makefile
10 lines
266 B
Makefile
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 = gstpngenc.h
|