From 88a60da054759f763e2be7bb88c7f88919c6d46f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 11 Mar 2015 10:37:45 +0100 Subject: sysctl: move property handling to shared/ --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3539e03c5e..89a8019b0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -908,7 +908,9 @@ libsystemd_shared_la_SOURCES = \ src/shared/sigbus.h \ src/shared/build.h \ src/shared/import-util.c \ - src/shared/import-util.h + src/shared/import-util.h \ + src/shared/sysctl-util.c \ + src/shared/sysctl-util.h if HAVE_UTMP libsystemd_shared_la_SOURCES += \ -- cgit v1.2.3-54-g00ecf