mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
96c92bcd81
Original commit message from CVS: disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
8 lines
265 B
Makefile
8 lines
265 B
Makefile
plugin_LTLIBRARIES = libgstsid.la
|
|
|
|
libgstsid_la_SOURCES = gstsiddec.cc
|
|
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS)
|
|
libgstsid_la_LIBADD = $(SIDPLAY_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstsiddec.h
|