mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
9 lines
240 B
Makefile
9 lines
240 B
Makefile
|
|
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
|