ext/sidplay/Makefile.am: Fix the build.

Original commit message from CVS:
* ext/sidplay/Makefile.am:
Fix the build.
This commit is contained in:
Sebastian Dröge 2008-07-11 12:30:22 +00:00
parent 449f1281d5
commit 5352800cc1
2 changed files with 7 additions and 2 deletions

View file

@ -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>
* configure.ac:

View file

@ -1,8 +1,8 @@
plugin_LTLIBRARIES = libgstsid.la
libgstsid_la_SOURCES = gstsiddec.cc
libgstsid_la_CXXFLAGS = $(GST_CXXFLAGS) $(SIDPLAY_CFLAGS)
libgstsid_la_LIBADD = $(GST_LIBS) $(SIDPLAY_LIBS)
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(SIDPLAY_CFLAGS)
libgstsid_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(SIDPLAY_LIBS)
libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstsiddec.h