~ubuntu-branches/ubuntu/utopic/ibus-cangjie/utopic-updates

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2015-05-26 09:19:14 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150526091914-bterkby7t7a62eux
Tags: 2.4-1~utopic1
Backporting wily release sync to utopic to fix multiple UX issues
as per upstream request (LP: #1452376)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# -- scripts/ ------------------------
9
9
bin_SCRIPTS = scripts/ibus-setup-cangjie
10
10
 
11
 
pkglibexec_SCRIPTS = scripts/ibus-engine-cangjie
12
 
libexecdir = $(prefix)/lib
 
11
libexec_SCRIPTS = scripts/ibus-engine-cangjie
 
12
libexecdir = $(prefix)/lib/ibus
13
13
 
14
14
scripts/ibus-%-cangjie: scripts/ibus-%-cangjie.in Makefile
15
15
        $(AM_V_GEN) \
38
38
        sed -e 's&@_VERSION@&$(VERSION)&g' \
39
39
            -e 's&@BINDIR@&$(bindir)&g' \
40
40
            -e 's&@ICON16DIR@&$(icon16dir)&g' \
41
 
            -e 's&@PKGLIBEXECDIR@&$(pkglibexecdir)&g' $< > $@
 
41
            -e 's&@PKGLIBEXECDIR@&$(libexecdir)&g' $< > $@
42
42
 
43
43
gsettings_in_files = data/org.cangjians.ibus.cangjie.gschema.xml.in data/org.cangjians.ibus.quick.gschema.xml.in
44
44
gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
115
115
        $(desktop_in_files) \
116
116
        $(gsettings_SCHEMAS) \
117
117
        $(bin_SCRIPTS) \
118
 
        $(pkglibexec_SCRIPTS) \
 
118
        $(libexec_SCRIPTS) \
119
119
        src/*.pyc \
120
120
        tests/run_tests \
121
121
        data/gschemas.compiled \