summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-06 20:21:08 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-06 20:34:28 +0200
commitfa0f4d8a3a640b235f12e9eb998ce726495622c1 (patch)
tree0ebeda700b136a8da1a4b9b70b76d245bec9f71c /Makefile.am
parent057fbb58851f97cfcf4d90d5d3c539ac6f8ab13d (diff)
main: add a native implementation of the 'nomodules' kernel option understood by fedora init scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e4fd52081..fd02db3d09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -267,6 +267,7 @@ libsystemd_core_la_SOURCES = \
src/hostname-setup.c \
src/loopback-setup.c \
src/kmod-setup.c \
+ src/modprobe-setup.c \
src/utmp-wtmp.c \
src/specifier.c \
src/unit-name.c \