diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:39:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:39:38 +0000 |
commit | a59bef232b5e88b419a9b0be974ebc02a3bca9b9 (patch) | |
tree | a796a95d1025cc394af499690368bf6348b6cc8d /gst-libs/ext/Makefile.am | |
parent | 4d3eb2d7f042bbcfad85cc44e254a0688694caea (diff) | |
download | gst-plugins-bad-a59bef232b5e88b419a9b0be974ebc02a3bca9b9.tar.gz gst-plugins-bad-a59bef232b5e88b419a9b0be974ebc02a3bca9b9.tar.bz2 gst-plugins-bad-a59bef232b5e88b419a9b0be974ebc02a3bca9b9.zip |
add directories in the right place
Original commit message from CVS:
add directories in the right place
Diffstat (limited to 'gst-libs/ext/Makefile.am')
-rw-r--r-- | gst-libs/ext/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 |