mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
99c674ae90
Original commit message from CVS: - plugins are built without versioning info
10 lines
279 B
Makefile
10 lines
279 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)
|
|
libgstsid_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstsiddec.h
|