mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
This commit is contained in:
parent
a2b410a595
commit
e4a7d1b5bc
2 changed files with 6 additions and 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:
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue