diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-05 23:06:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-05 23:06:00 +0000 |
commit | 88eaed2e8e4fcc7593ad290154b0c75016f290f1 (patch) | |
tree | e1d9c2428bcbc4e72bf7216a00bf90cf0d755c9b | |
parent | 619c906803d8719e366c3bac02201848cd27db5d (diff) | |
download | gst-plugins-bad-88eaed2e8e4fcc7593ad290154b0c75016f290f1.tar.gz gst-plugins-bad-88eaed2e8e4fcc7593ad290154b0c75016f290f1.tar.bz2 gst-plugins-bad-88eaed2e8e4fcc7593ad290154b0c75016f290f1.zip |
hide command
Original commit message from CVS:
hide command
-rw-r--r-- | gconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am index a1e8f92d..b3ca1fad 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -2,7 +2,7 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_DATA = gstreamer.schemas install-data-local: - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ + @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ --makefile-install-rule $(srcdir)/$(schema_DATA) || \ (echo ;\ echo "*****************************************************"; \ |