mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
Fix include directories for "make distcheck"
Used to fail with: ../../encfs/i18n.h:25:26: fatal error: intl/gettext.h: No such file or directory #include "intl/gettext.h" ^
This commit is contained in:
parent
6333bbc7cb
commit
5aec2078ee
@ -5,7 +5,7 @@ ALL_INCLUDES = @RLOG_CFLAGS@ @OPENSSL_CFLAGS@ @BOOST_CPPFLAGS@
|
|||||||
ALL_LDFLAGS = @RLOG_LIBS@ @OPENSSL_LIBS@ @BOOST_LDFLAGS@
|
ALL_LDFLAGS = @RLOG_LIBS@ @OPENSSL_LIBS@ @BOOST_LDFLAGS@
|
||||||
ALL_LDFLAGS += @BOOST_SERIALIZATION_LIB@
|
ALL_LDFLAGS += @BOOST_SERIALIZATION_LIB@
|
||||||
|
|
||||||
AM_CXXFLAGS = -DRLOG_COMPONENT="encfs" $(ALL_INCLUDES) -I../intl
|
AM_CXXFLAGS = -DRLOG_COMPONENT="encfs" $(ALL_INCLUDES) -I$(top_srcdir)
|
||||||
|
|
||||||
if BUILD_NLS
|
if BUILD_NLS
|
||||||
# define a C macro LOCALEDIR indicating where catalogs will be installed
|
# define a C macro LOCALEDIR indicating where catalogs will be installed
|
||||||
|
Loading…
Reference in New Issue
Block a user