From: Evgeny Vereshchagin Date: Mon, 7 Dec 2015 04:31:34 +0000 (+0000) Subject: build-sys: move "dist" parts out of conditionals X-Git-Tag: v229~223^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2108%2Fhead;p=thirdparty%2Fsystemd.git build-sys: move "dist" parts out of conditionals This is a follow-up for commit f47477332ff --- diff --git a/Makefile.am b/Makefile.am index e28edfc8cba..cb2e0b38fc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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