We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb2299 commit 9640d37Copy full SHA for 9640d37
Makefile
@@ -13,6 +13,7 @@ DISTFILES= \
13
include/ \
14
installer/ \
15
lib/ \
16
+ libcommon/ \
17
logo/ \
18
make/ \
19
man/ \
config.mk
@@ -72,7 +72,7 @@ WITH_SYS_TREE:=yes
72
# initialization. See README in service/systemd/ for more information.
73
# Setting to yes means the libsystemd-dev or similar package will need to be
74
# installed.
75
-WITH_SYSTEMD:=no
+WITH_SYSTEMD:=yes
76
77
# Build with SRV lookup support.
78
WITH_SRV:=no
0 commit comments