diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:39:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:39:39 -0600 |
commit | 76ab6be0d02f82a95528e0d95ca2c80f85ecd39b (patch) | |
tree | ab4ae66320c1e2e8204af67f75fc751d2ebe1bc3 /lib/Makefile.am | |
parent | 8741f59aa09687eb3f49399afe513e7664e08774 (diff) | |
download | ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.gz ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.bz2 ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.zip |
Switch to pkglibexecdir
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0e7cd266..1d23aac8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -libexec_PROGRAMS = indicator-keyboard-service +pkglibexec_PROGRAMS = indicator-keyboard-service AM_CFLAGS = -w -DGNOME_DESKTOP_USE_UNSTABLE_API AM_LDFLAGS = -lm |