From d52190c3cb0a79eaf8e9a7308b1dca390e414dc5 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Thu, 2 Dec 2010 10:17:32 +0100 Subject: [PATCH] Fixed reference to deprecated utility 'libgnutls-config' in ntfsprogs' Makefile.am. --- ntfsprogs/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 4510ccad..a6e1049d 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -114,9 +114,9 @@ ntfsdump_logfile_LDFLAGS= $(AM_LFLAGS) if ENABLE_CRYPTO ntfsdecrypt_SOURCES = ntfsdecrypt.c utils.c utils.h -ntfsdecrypt_LDADD = $(AM_LIBS) -ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) `libgnutls-config --libs` -ntfsdecrypt_CFLAGS = `libgnutls-config --cflags` +ntfsdecrypt_LDADD = $(AM_LIBS) $(GNUTLS_LIBS) +ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) +ntfsdecrypt_CFLAGS = $(GNUTLS_CFLAGS) endif # Extra targets