diff options
Diffstat (limited to 'gconf/Makefile.am')
-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 8fa37fbc..660a66e3 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -2,7 +2,7 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas - cp $< $@ + cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas install-data-local: @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ |