Skip to content

Commit

Permalink
lib-dcrypt: Makefile.am fix
Browse files Browse the repository at this point in the history
Remove dcrypt.c from openssl library and add missing slash
  • Loading branch information
cmouse committed Sep 20, 2016
1 parent 80cfaba commit 452d000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib-dcrypt/Makefile.am
Expand Up @@ -16,12 +16,12 @@ libdcrypt_la_CFLAGS = $(AM_CPPFLAGS) \

if BUILD_DCRYPT_OPENSSL
pkglib_LTLIBRARIES += libdcrypt_openssl.la
libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c dcrypt.c
libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c
libdcrypt_openssl_la_LDFLAGS = -module -avoid-version -shared ../lib-ssl-iostream/libdovecot_openssl_common.la ../lib/liblib.la
libdcrypt_openssl_la_LIBADD = $(SSL_LIBS)
libdcrypt_openssl_la_DEPENDENCIES = ../lib-ssl-iostream/libdovecot_openssl_common.la ../lib/liblib.la
libdcrypt_openssl_la_CFLAGS = $(AM_CPPFLAGS) \
-DDCRYPT_MODULE_DIR=\"$(pkglibdir)\"
-DDCRYPT_MODULE_DIR=\"$(pkglibdir)\" \
$(SSL_CFLAGS)
endif

Expand Down

0 comments on commit 452d000

Please sign in to comment.