diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-06 23:55:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-06 23:55:08 +0000 |
commit | a5481ad675e7837f626d6c7756cd8d6d742c135f (patch) | |
tree | 47f5998ce80ce0be75cd7ffee5969a8d3bf8e065 /gst-libs/gst/Makefile.am | |
parent | e97efffb9fed2148c8332ffca17585a817974b10 (diff) | |
download | gst-plugins-bad-a5481ad675e7837f626d6c7756cd8d6d742c135f.tar.gz gst-plugins-bad-a5481ad675e7837f626d6c7756cd8d6d742c135f.tar.bz2 gst-plugins-bad-a5481ad675e7837f626d6c7756cd8d6d742c135f.zip |
oops, longtime pending fix
Original commit message from CVS:
oops, longtime pending fix
Diffstat (limited to 'gst-libs/gst/Makefile.am')
-rw-r--r-- | gst-libs/gst/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 95e0b6d9..d519764f 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,3 +1,9 @@ -SUBDIRS = audio idct resample riff floatcast gconf +if USE_GCONF +GCONF_DIR=gconf +else +GCONF_DIR= +endif + +SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) DIST_SUBDIRS = audio idct resample riff floatcast gconf |