From d89a4c1ee6f00924233c799e50777ea985d5b213 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 17 May 2020 20:02:57 +0200 Subject: deps are now required, no need for defines --- src/Makefile.am | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4642b6215..446b1aa2a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,26 +17,12 @@ if HAVE_ABE EXP_DIR += \ abe endif -if HAVE_JSON EXP_DIR += \ auction endif -endif -if HAVE_JSON -if HAVE_MHD - JSON_DIR = json -endif -endif -if HAVE_MHD -if HAVE_LIBGNURL - CURL_DIR = curl -else -if HAVE_LIBCURL - CURL_DIR = curl -endif -endif -endif +JSON_DIR = json +CURL_DIR = curl if BUILD_PULSE_HELPERS CONVERSATION_DIR = conversation @@ -58,9 +44,7 @@ if HAVE_POSTGRESQL POSTGRES_DIR = pq endif -if HAVE_REST - REST_DIR = rest -endif +REST_DIR = rest SUBDIRS = \ -- cgit v1.2.3