Fixed reference to deprecated utility 'libgnutls-config' in ntfsprogs' Makefile.am.
parent
18789cdeaa
commit
d52190c3cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue