mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
13 lines
243 B
Makefile
13 lines
243 B
Makefile
|
|
plugin_LTLIBRARIES = libgstoverlay.la
|
|
|
|
libgstoverlay_la_SOURCES = gstoverlay.c
|
|
|
|
noinst_HEADERS = gstoverlay.h
|
|
|
|
libgstoverlay_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstoverlay_la_LIBADD =
|
|
libgstoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST =
|
|
|