summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6d75d0d..32b2213 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -77,15 +77,15 @@ ifndef LIBXML2_CFLAGS
endif
ifndef GCRYPT_CFLAGS
- GCRYPT_CFLAGS := $(shell libgcrypt-config --cflags)
+ GCRYPT_CFLAGS := $(shell libgcrypt-config --cflags)
endif
ifndef GCRYPT_LIBS
- GCRYPT_LIBS := $(shell libgcrypt-config --libs)
+ GCRYPT_LIBS := $(shell libgcrypt-config --libs)
endif
ifndef GNUTLS_LIBS
- GNUTLS_LIBS := $(shell pkg-config gnutls --libs)
+ GNUTLS_LIBS := $(shell pkg-config gnutls --libs)
endif