X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=c16eb5d0acfbed3e3123efbb19110c9c17777cec;hb=daba0b92bcc7f7541aa7984c4b5ea48748bb46c3;hp=d3d5ac71843b3c13411dd2c73cd0bd3ec4c1da6a;hpb=c6999740c1a68767c5397306b8d7e14e08533111;p=elogind.git diff --git a/Makefile.am b/Makefile.am index d3d5ac718..c16eb5d0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,7 @@ CLEANFILES = $(BUILT_SOURCES) \ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \ - -DELOGIND_CGROUP_CONTROLLER=\"$(CGROUP_CONTROLLER)\" \ + -DSYSTEMD_CGROUP_CONTROLLER=\"$(CGROUP_CONTROLLER)\" \ -DELOGIND_CGROUP_AGENT_PATH=\"$(pkglibexecdir)/elogind-cgroups-agent\" \ -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ -DPOLKIT_AGENT_BINARY_PATH=\"$(PKTTYAGENT)\" \ @@ -294,6 +294,8 @@ noinst_LTLIBRARIES += \ libbasic_la_SOURCES = \ src/basic/missing.h \ + src/basic/musl_missing.h \ + src/basic/musl_missing.c \ src/basic/capability.c \ src/basic/capability.h \ src/basic/conf-files.c \ @@ -364,7 +366,9 @@ libbasic_la_SOURCES = \ src/basic/rm-rf.c \ src/basic/rm-rf.h \ src/basic/copy.c \ - src/basic/copy.h + src/basic/copy.h \ + src/basic/parse-printf-format.c \ + src/basic/parse-printf-format.h nodist_libbasic_la_SOURCES = \ src/basic/errno-from-name.h \ @@ -619,7 +623,9 @@ libelogind_core_la_SOURCES = \ src/login/logind-utmp.c \ src/login/logind-acl.h \ src/core/cgroup.h \ - src/core/cgroup.c + src/core/cgroup.c \ + src/core/mount-setup.h \ + src/core/mount-setup.c libelogind_core_la_LIBADD = \ libshared.la