summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-27 00:43:18 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-27 00:43:18 -0400
commit4edbbb28e4419fc473d5675abd6abd0c450ca82c (patch)
treed7605539e35e24746b9ac9c3692b75d20b07288a /src/grp-resolve/systemd-resolved/Makefile
parent93fd8d3a035f6acb134adff0d6b34e7fba5e72af (diff)
`git diff`-guided cleanup
Diffstat (limited to 'src/grp-resolve/systemd-resolved/Makefile')
-rw-r--r--src/grp-resolve/systemd-resolved/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/grp-resolve/systemd-resolved/Makefile b/src/grp-resolve/systemd-resolved/Makefile
index 768c30bf97..f1cd91483e 100644
--- a/src/grp-resolve/systemd-resolved/Makefile
+++ b/src/grp-resolve/systemd-resolved/Makefile
@@ -79,6 +79,7 @@ systemd_resolved_CFLAGS = \
$(GCRYPT_CFLAGS)
systemd_resolved_LDADD = \
+ libbasic-dns.la \
libsystemd-internal.la \
libsystemd-network.la \
libsystemd-shared.la \
@@ -112,9 +113,6 @@ GENERAL_ALIASES += \
nodist_pkgsysconf_DATA += \
src/resolve/resolved.conf
-gperf_txt_sources += \
- src/resolve/dns_type-list.txt
-
gperf_gperf_sources += \
src/resolve/resolved-gperf.gperf
@@ -125,8 +123,6 @@ EXTRA_DIST += \
dist_rootlibexec_DATA += \
src/resolve/resolv.conf
-systemd_resolved_LDADD += libbasic-dns.la
-
sd.CPPFLAGS += -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk