summaryrefslogtreecommitdiffstats
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-11 14:40:48 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-11 14:40:48 +0100
commitc4bdeaeb27855878c6caadaa6b85fa566bc09677 (patch)
tree4fcd2e09d0bb4c76a00bed77b4b7eaac642f2570 /src/daemon/Makefile.am
parent01e282d13ff446c29b6cc5aebd9e54fb7d387555 (diff)
downloadabrt-c4bdeaeb27855878c6caadaa6b85fa566bc09677.tar.gz
abrt-c4bdeaeb27855878c6caadaa6b85fa566bc09677.tar.xz
abrt-c4bdeaeb27855878c6caadaa6b85fa566bc09677.zip
move abrt-action-FOO from /usr/libexec to /usr/bin
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 319352e0..584b4e3e 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -1,12 +1,12 @@
bin_SCRIPTS = \
abrt-handle-upload
-libexec_PROGRAMS = \
- abrt-action-save-package-data
bin_PROGRAMS = \
- abrt-handle-crashdump
+ abrt-handle-crashdump \
+ abrt-action-save-package-data
-sbin_PROGRAMS = abrtd \
+sbin_PROGRAMS = \
+ abrtd \
abrt-server
abrtd_SOURCES = \