Install launch scripts in libexec dir.
authorHuang Peng <shawn.p.huang@gmail.com>
Thu, 19 Jun 2008 14:40:19 +0000 (22:40 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Thu, 19 Jun 2008 14:40:19 +0000 (22:40 +0800)
engine/anthy/Makefile.am
engine/enchant/Makefile.am
ibusdaemon/Makefile.am
panel/Makefile.am

index 25c02434289425bec838f2e05e7cc68263df3bfc..f14b8ca7b68755137ae6159690497d1d946b3fa6 100644 (file)
@@ -56,6 +56,8 @@ _anthy_la_LDFLAGS = \
        -module \
        $(NULL)
 
+libexec_SCRIPTS = ibus-engine-anthy
+
 anthy.py anthy_wrap.c: anthy.i
        $(SWIG) -python -I/usr/include -o anthy_wrap.c $(srcdir)/anthy.i
 
index 024a7292f69e4e621f7e977198de0b1fcddcdba5..6d4897ed0a4dfb50839480d8168b3dc87830b5e4 100644 (file)
@@ -27,6 +27,8 @@ engine_enchant_PYTHON = \
 
 engine_enchantdir = $(pkgdatadir)/engine/echant
 
+libexec_SCRIPTS = ibus-engine-enchant
+
 CLEANFILES = \
        *.pyc \
        $(NULL)
index d5f94918485a557e696ef8fb51ae4c3df70c3d14..afb98d54f730fd489e54f1a40de0fed33ac14fb7 100644 (file)
@@ -33,6 +33,8 @@ ibusdaemon_PYTHON = \
 
 ibusdaemondir = $(pkgdatadir)/ibusdaemon
 
+libexec_SCRIPTS = ibus-daemon
+
 CLEANFILES = \
        *.pyc \
        $(NULL)
index 97ac35bfc4f5d53889db114b95cf7d1101a2fb51..1418bd408ee5ed711cc7ac7c2eae6d6c0dbe6f70 100644 (file)
@@ -31,6 +31,8 @@ panel_PYTHON = \
 
 paneldir = $(pkgdatadir)/panel
 
+libexec_SCRIPTS = ibus-panel
+
 CLEANFILES = \
        *.pyc \
        $(NULL)