mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
deef2f51cd
Original commit message from CVS: remove this header
10 lines
269 B
Makefile
10 lines
269 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstladspa.la
|
|
|
|
libgstladspa_la_SOURCES = gstladspa.c search.c load.c
|
|
libgstladspa_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstladspa_la_LIBADD =
|
|
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstladspa.h utils.h
|