X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=56d1eecc7a18bf79b4dd5bea60a29563d85ffb5d;hb=a5afffa151b9969bfb138c409c6092ce12fba340;hp=c446527e1bcc9005132616f35e19ca73a34e62b8;hpb=a41fe3a29372f8e6c4e7733bf85940a023811301;p=elogind.git diff --git a/Makefile.am b/Makefile.am index c446527e1..56d1eecc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po LIBSYSTEMD_LOGIN_CURRENT=0 -LIBSYSTEMD_LOGIN_REVISION=1 +LIBSYSTEMD_LOGIN_REVISION=2 LIBSYSTEMD_LOGIN_AGE=0 LIBSYSTEMD_DAEMON_CURRENT=0 @@ -627,7 +627,8 @@ libsystemd_core_la_SOURCES = \ src/condition.c \ src/dbus-common.c \ src/sd-daemon.c \ - src/install.c + src/install.c \ + src/cgroup-attr.c nodist_libsystemd_core_la_SOURCES = \ src/load-fragment-gperf.c \