From 295d13a353106f8ca002304ea2a68e2f0058ae2a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 Apr 2006 12:52:22 +0000 Subject: [PATCH] ext/: don't dist amr wb source code Original commit message from CVS: * ext/Makefile.am: * ext/amrwb/amrwb-code/Makefile.am: don't dist amr wb source code --- ChangeLog | 6 ++++++ ext/Makefile.am | 5 ++--- ext/amrwb/amrwb-code/Makefile.am | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8682a4d6f..814a86197b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-06 Thomas Vander Stichele + + * ext/Makefile.am: + * ext/amrwb/amrwb-code/Makefile.am: + don't dist amr wb source code + 2006-04-06 Tim-Philipp Müller Patch by: j^ diff --git a/ext/Makefile.am b/ext/Makefile.am index 4b6e741fed..a9f1e227e3 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,8 +1,7 @@ - if USE_AMRWB - AMRWB_DIR = amrwb +AMRWB_DIR = amrwb else - AMRWB_DIR = +AMRWB_DIR = endif # if USE_ARTS diff --git a/ext/amrwb/amrwb-code/Makefile.am b/ext/amrwb/amrwb-code/Makefile.am index a11be20c7a..8c3c1268be 100644 --- a/ext/amrwb/amrwb-code/Makefile.am +++ b/ext/amrwb/amrwb-code/Makefile.am @@ -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 \