mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
build-sys: move "dist" parts out of conditional
Fixes: $ ./autogen.sh $ ./configure ... --disable-timesyncd $ make distcheck ... make[1]: *** No rule to make target 'src/timesync/timesyncd-gperf.gperf', needed by 'src/timesync/timesyncd-gperf.c'. Stop.
This commit is contained in:
parent
517d12cc0c
commit
f47477332f
17
Makefile.am
17
Makefile.am
@ -4816,9 +4816,6 @@ systemd_timesyncd_SOURCES = \
|
||||
nodist_systemd_timesyncd_SOURCES = \
|
||||
src/timesync/timesyncd-gperf.c
|
||||
|
||||
gperf_gperf_sources += \
|
||||
src/timesync/timesyncd-gperf.gperf
|
||||
|
||||
systemd_timesyncd_LDADD = \
|
||||
libsystemd-network.la \
|
||||
libshared.la
|
||||
@ -4832,16 +4829,19 @@ nodist_systemunit_DATA += \
|
||||
GENERAL_ALIASES += \
|
||||
$(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/sysinit.target.wants/systemd-timesyncd.service
|
||||
|
||||
EXTRA_DIST += \
|
||||
units/systemd-timesyncd.service.in
|
||||
|
||||
nodist_pkgsysconf_DATA += \
|
||||
src/timesync/timesyncd.conf
|
||||
|
||||
EXTRA_DIST += \
|
||||
src/timesync/timesyncd.conf.in
|
||||
endif
|
||||
|
||||
gperf_gperf_sources += \
|
||||
src/timesync/timesyncd-gperf.gperf
|
||||
|
||||
EXTRA_DIST += \
|
||||
units/systemd-timesyncd.service.in \
|
||||
src/timesync/timesyncd.conf.in
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
if HAVE_MYHOSTNAME
|
||||
libnss_myhostname_la_SOURCES = \
|
||||
@ -5467,10 +5467,11 @@ SYSTEM_UNIT_ALIASES += \
|
||||
BUSNAMES_TARGET_WANTS += \
|
||||
org.freedesktop.network1.busname
|
||||
|
||||
endif
|
||||
|
||||
gperf_gperf_sources += \
|
||||
src/network/networkd-network-gperf.gperf \
|
||||
src/network/networkd-netdev-gperf.gperf
|
||||
endif
|
||||
|
||||
EXTRA_DIST += \
|
||||
units/systemd-networkd.service.m4.in \
|
||||
|
Loading…
Reference in New Issue
Block a user