diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-05-19 09:51:03 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-05-19 09:51:03 +0000 |
commit | b20d68a66092d9903d7649acf88881d5b51afd7f (patch) | |
tree | 97e82a98b7471594c2fb29c195e37407c556c539 /Makefile.am | |
parent | 458fa02a5d330b61738e31e469da6555fdb300c4 (diff) |
Make my automake version shut up about undefined variables
Original commit message from CVS:
* Makefile.am:
* ext/Makefile.am:
* sys/Makefile.am:
Make my automake version shut up about undefined variables
* gst/goom/gstgoom.c:
GstAdapter moved to base objects.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 739a64406..2aa23f37b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ endif # if USE_GCONFTOOL # GCONF_DIR = gconf # else -# GCONF_DIR = +GCONF_DIR = # endif SUBDIRS = \ |