summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-21 18:39:48 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-21 18:39:48 +0100
commit292fb47cb67837bc203c3038f75968a978440be7 (patch)
treec6accb4d7adb365801b7f0c91e0b5a11067650ba /src/plugins/Makefile.am
parent004882408d093d324cc712c1f45166427589eac5 (diff)
downloadabrt-292fb47cb67837bc203c3038f75968a978440be7.tar.gz
abrt-292fb47cb67837bc203c3038f75968a978440be7.tar.xz
abrt-292fb47cb67837bc203c3038f75968a978440be7.zip
run abrt-action-install-debuginfo.py using trivial sgid wrapper
Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 3ba454e2..938f88ba 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -14,7 +14,8 @@ bin_PROGRAMS = \
abrt-action-kerneloops \
abrt-action-upload \
abrt-action-mailx \
- abrt-action-print
+ abrt-action-print \
+ abrt-action-install-debuginfo
dist_pluginslib_DATA = \
Logger.glade \
@@ -278,4 +279,13 @@ abrt_action_print_CPPFLAGS = \
abrt_action_print_LDADD = \
../lib/libreport.la
+abrt_action_install_debuginfo_SOURCES = \
+ abrt-action-install-debuginfo.c
+abrt_action_install_debuginfo_CPPFLAGS = \
+ -I$(srcdir)/../include/report -I$(srcdir)/../include \
+ -I$(srcdir)/../lib \
+ -D_GNU_SOURCE \
+ -Wall
+abrt_action_install_debuginfo_LDADD =
+
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@