diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 09:42:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 09:42:15 -0600 |
commit | f7c8fd69d50dca92656c8b21396143ea9f0cfcea (patch) | |
tree | c4c970d5f63e6a81cd0eca1256b67fd2b1c062bf /src | |
parent | 4a7d3578994939cfcf1e3c0f4eb213d2f97d9496 (diff) | |
download | ayatana-indicator-printers-f7c8fd69d50dca92656c8b21396143ea9f0cfcea.tar.gz ayatana-indicator-printers-f7c8fd69d50dca92656c8b21396143ea9f0cfcea.tar.bz2 ayatana-indicator-printers-f7c8fd69d50dca92656c8b21396143ea9f0cfcea.zip |
Moving the binary to the package directory
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 40fd228..064efc8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ $(cups_notifier_sources): org.cups.cupsd.Notifier.xml $^ -libexec_PROGRAMS = indicator-printers-service +pkglibexec_PROGRAMS = indicator-printers-service indicator_printers_service_SOURCES = \ indicator-printers-service.c \ indicator-printers-menu.c \ |