summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2011-06-08 14:45:24 +0200
committerMiroslav Lichvar <mlichvar@redhat.com>2011-06-09 17:05:35 +0200
commite495dd05e5c938008e9a1126985710b8e22d9ea6 (patch)
treef95deffc7a2c13559bb989213b034ad1e96a3f4c /src/plugins/Makefile.am
parenteef34b06afaaa645fe0619a9316d386b8c64267c (diff)
downloadabrt-e495dd05e5c938008e9a1126985710b8e22d9ea6.tar.gz
abrt-e495dd05e5c938008e9a1126985710b8e22d9ea6.tar.xz
abrt-e495dd05e5c938008e9a1126985710b8e22d9ea6.zip
add abrt-oops systemd service (trac#287)
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index b041b060..a8d0f989 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -409,3 +409,8 @@ abrt_retrace_client_SOURCES = \
$(NSS_LIBS)
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
+
+if HAVE_SYSTEMD
+dist_systemdsystemunit_DATA = \
+ abrt-oops.service
+endif