From 1a029f788e6d705beaa23b2e96ed3fdc4004e38c Mon Sep 17 00:00:00 2001 From: antona Date: Thu, 28 Jul 2005 16:24:27 +0000 Subject: [PATCH] Remove Openssl linking in for decrypt.c from Makefile.am and update build system. --- ntfsprogs/Makefile.am | 6 +++--- ntfsprogs/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 97b725cf..61648e44 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -87,9 +87,9 @@ endif # We don't distribute these -ntfsdecrypt_SOURCES = ntfsdecrypt.c decrypt.c decrypt.h utils.c utils.h -ntfsdecrypt_LDADD = $(AM_LIBS) -ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) -lgcrypt -lcrypto +ntfsdecrypt_SOURCES = ntfsdecrypt.c decrypt.c decrypt.h utils.c utils.h +ntfsdecrypt_LDADD = $(AM_LIBS) +ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) -lgcrypt ntfsrm_SOURCES = ntfsrm.c ntfsrm.h utils.c utils.h ntfsrm_LDADD = $(AM_LIBS) diff --git a/ntfsprogs/Makefile.in b/ntfsprogs/Makefile.in index 354bf5d9..d34ddafc 100644 --- a/ntfsprogs/Makefile.in +++ b/ntfsprogs/Makefile.in @@ -350,7 +350,7 @@ ntfscp_LDFLAGS = $(AM_LFLAGS) # We don't distribute these ntfsdecrypt_SOURCES = ntfsdecrypt.c decrypt.c decrypt.h utils.c utils.h ntfsdecrypt_LDADD = $(AM_LIBS) -ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) -lgcrypt -lcrypto +ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) -lgcrypt ntfsrm_SOURCES = ntfsrm.c ntfsrm.h utils.c utils.h ntfsrm_LDADD = $(AM_LIBS) ntfsrm_LDFLAGS = $(AM_LFLAGS)