From a59bef232b5e88b419a9b0be974ebc02a3bca9b9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 4 Jan 2007 16:39:38 +0000 Subject: add directories in the right place Original commit message from CVS: add directories in the right place --- gst-libs/ext/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gst-libs/ext/Makefile.am (limited to 'gst-libs/ext/Makefile.am') diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am new file mode 100644 index 00000000..74f0f665 --- /dev/null +++ b/gst-libs/ext/Makefile.am @@ -0,0 +1,9 @@ +if USE_AMRWB +AMRWB_DIR = amrwb +else +AMRWB_DIR = +endif + +SUBDIRS = $(AMRWB_DIR) + +DIST_SUBDIRS = amrwb -- cgit v1.2.1