ext/: don't dist amr wb source code
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 6 Apr 2006 12:52:22 +0000 (12:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 6 Apr 2006 12:52:22 +0000 (12:52 +0000)
Original commit message from CVS:

* ext/Makefile.am:
* ext/amrwb/amrwb-code/Makefile.am:
don't dist amr wb source code

ChangeLog
ext/Makefile.am
ext/amrwb/amrwb-code/Makefile.am

index e8682a4..814a861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/Makefile.am:
+       * ext/amrwb/amrwb-code/Makefile.am:
+         don't dist amr wb source code
+
 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
 
        Patch by: j^  <j at bootlab dot org>
index 4b6e741..a9f1e22 100644 (file)
@@ -1,8 +1,7 @@
-
 if USE_AMRWB
- AMRWB_DIR = amrwb
+AMRWB_DIR = amrwb
 else
- AMRWB_DIR =
+AMRWB_DIR =
 endif
 
 # if USE_ARTS
index a11be20..8c3c126 100644 (file)
@@ -1,6 +1,6 @@
 noinst_LTLIBRARIES = libamrwb.la 
 
-libamrwb_la_SOURCES =  \
+nodist_libamrwb_la_SOURCES =   \
        enc_acelp.c \
        enc_dtx.c \
        enc_gain.c \
@@ -23,7 +23,7 @@ libamrwb_la_CFLAGS = -I./amrwb-code/c-code
 libamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) 
 libamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
-noinst_HEADERS =       \
+nodist_noinst_HEADERS =        \
        dec_acelp.h \
        dec_dtx.h \
        dec_gain.h \