summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-08-31 13:31:49 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-02 12:23:19 -0400
commit96c73559adfbdac96720008fc022cb1d540b53c3 (patch)
tree65a8361c3576a25e70267d7ae930f0f1233286bc /configure.ac
parente50c0f83b874288332c1c97a181b18206bfe1be2 (diff)
downloadsssd-96c73559adfbdac96720008fc022cb1d540b53c3.tar.gz
sssd-96c73559adfbdac96720008fc022cb1d540b53c3.tar.xz
sssd-96c73559adfbdac96720008fc022cb1d540b53c3.zip
Package systemd unit file
So far, the systemd unit file is only packaged but not used in any of the packaged spec files. Fixes: #483
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9405de144..7aba8bd1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,6 +177,7 @@ abs_build_dir=`pwd`
AC_DEFINE_UNQUOTED([ABS_BUILD_DIR], ["$abs_build_dir"], [Absolute path to the build directory])
AC_SUBST([abs_builddir], $abs_build_dir)
-AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config po/Makefile.in])
+AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config
+ src/sysv/systemd/sssd.service po/Makefile.in])
AC_OUTPUT