diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2016-01-31 21:17:39 +0100 |
---|---|---|
committer | Michael Olbrich <m.olbrich@pengutronix.de> | 2016-01-31 23:54:12 +0100 |
commit | 4709152273da904745d66516afe4e0c9e64733b5 (patch) | |
tree | 199ad1b21bb1ef6ca8b4e7d91d4f9ba6a0e57f32 /Makefile.am | |
parent | 421cc89d3088a39ea67610e6085440f84b963e99 (diff) |
resolved: allow building without libgcrypt
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 27b727294e..0b4a6b9e2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5184,7 +5184,6 @@ EXTRA_DIST += \ # ------------------------------------------------------------------------------ if ENABLE_RESOLVED -if HAVE_GCRYPT systemd_resolved_SOURCES = \ src/resolve/resolved.c \ @@ -5355,7 +5354,6 @@ test_dnssec_complex_LDADD = \ libshared.la endif -endif gperf_txt_sources += \ src/resolve/dns_type-list.txt |