Skip to content

Commit 9640d37

Browse files
committed
porting to Red Hat rpm
1 parent 1bb2299 commit 9640d37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DISTFILES= \
1313
include/ \
1414
installer/ \
1515
lib/ \
16+
libcommon/ \
1617
logo/ \
1718
make/ \
1819
man/ \

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ WITH_SYS_TREE:=yes
7272
# initialization. See README in service/systemd/ for more information.
7373
# Setting to yes means the libsystemd-dev or similar package will need to be
7474
# installed.
75-
WITH_SYSTEMD:=no
75+
WITH_SYSTEMD:=yes
7676

7777
# Build with SRV lookup support.
7878
WITH_SRV:=no

0 commit comments

Comments
 (0)