mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ext/sidplay/Makefile.am: Fix the build.
Original commit message from CVS: * ext/sidplay/Makefile.am: Fix the build.
This commit is contained in:
parent
449f1281d5
commit
5352800cc1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-07-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* ext/sidplay/Makefile.am:
|
||||||
|
Fix the build.
|
||||||
|
|
||||||
2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
plugin_LTLIBRARIES = libgstsid.la
|
plugin_LTLIBRARIES = libgstsid.la
|
||||||
|
|
||||||
libgstsid_la_SOURCES = gstsiddec.cc
|
libgstsid_la_SOURCES = gstsiddec.cc
|
||||||
libgstsid_la_CXXFLAGS = $(GST_CXXFLAGS) $(SIDPLAY_CFLAGS)
|
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(SIDPLAY_CFLAGS)
|
||||||
libgstsid_la_LIBADD = $(GST_LIBS) $(SIDPLAY_LIBS)
|
libgstsid_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(SIDPLAY_LIBS)
|
||||||
libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstsiddec.h
|
noinst_HEADERS = gstsiddec.h
|
||||||
|
|
Loading…
Reference in a new issue