summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-11-25 19:58:19 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-11-25 19:58:19 +0000
commit7b858529510534d9e8e45d1df5883b62fd910396 (patch)
tree34abb2c120e3548b4f5b0a78e27aca65f2a3e222 /ext/wavpack/Makefile.am
parent4fbab01946484f849b057865543204804cda4551 (diff)
Wavpack ported to 0.9. No support for correction file yet.
Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet.
Diffstat (limited to 'ext/wavpack/Makefile.am')
-rw-r--r--ext/wavpack/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/wavpack/Makefile.am b/ext/wavpack/Makefile.am
index b2ca835e..6660a726 100644
--- a/ext/wavpack/Makefile.am
+++ b/ext/wavpack/Makefile.am
@@ -1,10 +1,10 @@
plugin_LTLIBRARIES = libgstwavpack.la
-libgstwavpack_la_SOURCES = gstwavpack.c \
- gstwavpackcommon.c \
- gstwavpackparse.c \
- gstwavpackdec.c
+libgstwavpack_la_SOURCES = gstwavpack.c \
+ gstwavpackcommon.c \
+ gstwavpackparse.c \
+ gstwavpackdec.c
libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(WAVPACK_CFLAGS)
libgstwavpack_la_LIBADD = $(WAVPACK_LIBS)