summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-14 12:14:46 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-14 12:14:46 +0000
commit4e841bcc1010f8dd36031c57460908c368c5cb9f (patch)
tree3189d40ff2ad5e871df575a2d4d80dbb1e4d0e4d /GNUmakefile
parent7fd73adff17c0511cf2c09da16d46d1a8e608866 (diff)
downloadceph-libs3-4e841bcc1010f8dd36031c57460908c368c5cb9f.tar.gz
* Support GNUTLS on Windows. But - it doesn't work. Maybe my GNUTLS
library is too old? Since openssl does work, I expect that I will branch this and revert.
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