mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
892a3190ac
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
235 B
Makefile
9 lines
235 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstsid.la
|
|
|
|
libgstsid_la_SOURCES = gstsiddec.cc
|
|
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS)
|
|
libgstsid_la_LIBADD = $(GST_LIBS) $(SIDPLAY_LIBS)
|
|
|
|
noinst_HEADERS = gstsiddec.h
|