helpers: Fix Makefile.am to install the completion-helper correctly.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 15 Apr 2015 11:02:36 +0000 (13:02 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 15 Apr 2015 11:05:46 +0000 (13:05 +0200)
commitd4dcce78b069a3b3331227dc9b6a325b35c7fb4a
tree03c8bf995a9cb0908e6e4d5b9682ccf92b606d8f
parent6240b03085bc29e098a2c298e5b61ebed0ddf6f2
helpers: Fix Makefile.am to install the completion-helper correctly.

+ The program is installed at install-exec time, we thus need
  to move it in install-exec-hook, not install-data-hook.
libs/gst/helpers/Makefile.am