mirror of
https://github.com/vgough/encfs.git
synced 2024-12-26 00:28:48 +01:00
incorporate patch from Arch linux for makefile
git-svn-id: http://encfs.googlecode.com/svn/trunk@54 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
9ba581ad00
commit
42d8ce30cd
@ -47,8 +47,10 @@ endif
|
||||
# : : 0 => no new interfaces, but breaks old apps
|
||||
# : +1 : => internal changes, nothing breaks
|
||||
#
|
||||
libencfs_la_LDFLAGS = -version-info 5:0:1
|
||||
libencfs_la_LIBADD = @RLOG_LIBS@
|
||||
libencfs_la_LDFLAGS = -version-info 5:0:2
|
||||
libencfs_la_LIBADD = @RLOG_LIBS@ \
|
||||
@OPENSSL_LIBS@ \
|
||||
@BOOST_SERIALIZATION_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_SYSTEM_LIB@
|
||||
|
||||
EXTRASRC = ../intl/autosprintf.cpp
|
||||
if BUILD_OPENSSL
|
||||
|
Loading…
Reference in New Issue
Block a user