diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sys/acmmp3dec/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2009-01-06 Jan Schmidt <jan.schmidt@sun.com> + + * sys/acmmp3dec/Makefile.am: + Fix typo in the makefile target preventing disting. + 2009-01-05 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am index 664816d55..ee4c8cc04 100644 --- a/sys/acmmp3dec/Makefile.am +++ b/sys/acmmp3dec/Makefile.am @@ -1,4 +1,4 @@ -plugin_LTLIBRARIES = libgstacmmp3dec.la
+plugin_LTLIBRARIES = libgstacmdecsink.la
libgstacmdecsink_la_SOURCES = acmmp3dec.c
libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|