Fixed reference to deprecated utility 'libgnutls-config' in ntfsprogs' Makefile.am.

edge.strict_endians
Erik Larsson 2010-12-02 10:17:32 +01:00
parent 18789cdeaa
commit d52190c3cb
1 changed files with 3 additions and 3 deletions

View File

@ -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