diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 21:31:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 21:31:05 -0600 |
commit | dd359a11a25e6aa082d405c56c5b1255cd844c76 (patch) | |
tree | 581de932dcee36f2870d8ae577233648c5198b87 /src | |
parent | f179a2c7f91497854fa787eb0c65e547a791f038 (diff) | |
download | ayatana-indicator-application-dd359a11a25e6aa082d405c56c5b1255cd844c76.tar.gz ayatana-indicator-application-dd359a11a25e6aa082d405c56c5b1255cd844c76.tar.bz2 ayatana-indicator-application-dd359a11a25e6aa082d405c56c5b1255cd844c76.zip |
Switch to using pkglibexecdir
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a68c007..4174cbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ libapplication_la_LDFLAGS = $(COVERAGE_LDFLAGS) \ # Service ################################## -libexec_PROGRAMS = indicator-application-service +pkglibexec_PROGRAMS = indicator-application-service BUILT_SOURCES += \ application-service-marshal.h \ |