build-sys: move "dist" parts out of conditionals

This is a follow-up for commit f47477332f
This commit is contained in:
Evgeny Vereshchagin 2015-12-07 04:31:34 +00:00
parent 319c29920c
commit 955c5010c1
1 changed files with 6 additions and 6 deletions

View File

@ -5212,12 +5212,6 @@ nodist_systemd_resolved_SOURCES = \
src/resolve/dns_type-to-name.h \
src/resolve/resolved-gperf.c
gperf_gperf_sources += \
src/resolve/resolved-gperf.gperf
gperf_txt_sources += \
src/resolve/dns_type-list.txt
systemd_resolved_LDADD = \
libsystemd-network.la \
libshared.la
@ -5317,6 +5311,12 @@ test_dnssec_LDADD = \
endif
endif
gperf_txt_sources += \
src/resolve/dns_type-list.txt
gperf_gperf_sources += \
src/resolve/resolved-gperf.gperf
EXTRA_DIST += \
units/systemd-resolved.service.m4.in \
src/resolve/resolved.conf.in