sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible name.

Original commit message from CVS:
* sys/acmmp3dec/Makefile.am:
Fix typo in the opposite way to give the plugin a sensible name.
This commit is contained in:
Michael Smith 2009-01-06 22:35:50 +00:00
parent e4a7d1b5bc
commit c37376733e
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2009-01-06 Michael Smith <msmith@songbirdnest.com>
* sys/acmmp3dec/Makefile.am:
Fix typo in the opposite way to give the plugin a sensible name.
2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
* sys/acmmp3dec/Makefile.am:

View file

@ -1,9 +1,9 @@
plugin_LTLIBRARIES = libgstacmdecsink.la
plugin_LTLIBRARIES = libgstacmmp3dec.la
libgstacmdecsink_la_SOURCES = acmmp3dec.c
libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
libgstacmmp3dec_la_SOURCES = acmmp3dec.c
libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstacmdecsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
libgstacmmp3dec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstriff-$(GST_MAJORMINOR) -lmsacm32
libgstacmdecsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)