summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-23 19:10:08 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-23 19:11:32 +0100
commitf3c96475182e9e4b4b68e2e31f9b55a0154ae499 (patch)
treec36bfbbb5975a0014488548388bbb99bc8d5a530 /libs
parent56dd2d89c4eac460cbc37e2a51c1dd9e792999e8 (diff)
completion-helper: Append $(EXEEXT) to the name of the moved file.
Fixes the build on Windows (https://ci.gstreamer.net/job/cerbero-cross-mingw32/1742/console)
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/helpers/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gst/helpers/Makefile.am b/libs/gst/helpers/Makefile.am
index 25e9553dd..0c3771b97 100644
--- a/libs/gst/helpers/Makefile.am
+++ b/libs/gst/helpers/Makefile.am
@@ -10,8 +10,8 @@ dist_bashhelpers_DATA = gst
install-data-hook:
cd $(DESTDIR)$(bindir) && \
- mv gst-completion-helper-@GST_API_VERSION@ $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@
- chmod 755 $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@
+ mv gst-completion-helper-@GST_API_VERSION@$(EXEEXT) $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
+ chmod 755 $(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
endif
helpers_PROGRAMS = gst-plugin-scanner