X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=test%2FMakefile.in;h=6d3bc55502d1bf660ee209eeee17660ba00e799e;hp=26631f39852b531239847dd2db959b5002b3030f;hb=002fcd22b0e14ecb70c8c88a77985e07e7e4f9cd;hpb=286b9d5fa4344de72fe6575fa089237fd7dbb56f diff --git a/test/Makefile.in b/test/Makefile.in index 26631f398..6d3bc5550 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -4,11 +4,10 @@ # These variables are set by the configure script. CC=@CC@ -CFLAGS=@CFLAGS@ @BIND_8_COMPAT@ @DEFS@ +CFLAGS=@CFLAGS@ @CPPFLAGS@ @BIND_8_COMPAT@ @DEFS@ LDFLAGS=@LDFLAGS@ CLIENT_SSL=@CLIENT_SSL@ CLIENT_GNUTLS=@CLIENT_GNUTLS@ -B64_GNUTLS=@B64_GNUTLS@ LOADED=@LOADED@ LOADED_OPT=@LOADED_OPT@ LIBS=@LIBS@ @@ -19,8 +18,7 @@ SRC = @srcdir@/src BINARIES = bin/cf bin/client $(CLIENT_SSL) $(CLIENT_GNUTLS) \ bin/checkaccess bin/fakens bin/fd bin/iefbr14 $(LOADED) \ - bin/mtpscript bin/server bin/showids bin/locate \ - $(B64_GNUTLS) + bin/mtpscript bin/server bin/showids bin/locate # List of targets @@ -87,10 +85,6 @@ bin/locate: $(SRC)/locate.sh Makefile cp $(SRC)/locate.pl bin/locate chmod 0755 bin/locate -bin/ed25519_privkey_pem_to_pubkey_raw_b64: $(SRC)/ed25519_privkey_pem_to_pubkey_raw_b64.c Makefile - $(CC) $(CFLAGS) -DHAVE_GNUTLS $(LDFLAGS) -o bin/ed25519_privkey_pem_to_pubkey_raw_b64 \ - $(SRC)/ed25519_privkey_pem_to_pubkey_raw_b64.c -lgnutls -lgcrypt $(LIBS) - clean:; rm -rf $(BINARIES) bin.sys FORCE: