Add libintl for i18n support
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
8e7cf16491
commit
4154bb82ce
@@ -6,6 +6,7 @@ AM_CPPFLAGS += -I../asn1 -I$(srcdir)/../asn1 $(INCLUDE_hcrypto)
|
|||||||
AM_CPPFLAGS += $(INCLUDE_openldap) -DHDB_DB_DIR=\"$(DIR_hdbdir)\"
|
AM_CPPFLAGS += $(INCLUDE_openldap) -DHDB_DB_DIR=\"$(DIR_hdbdir)\"
|
||||||
AM_CPPFLAGS += -I$(srcdir)/../krb5
|
AM_CPPFLAGS += -I$(srcdir)/../krb5
|
||||||
AM_CPPFLAGS += $(INCLUDE_sqlite3)
|
AM_CPPFLAGS += $(INCLUDE_sqlite3)
|
||||||
|
AM_CPPFLAGS += $(INCLUDE_libintl)
|
||||||
if HAVE_DBHEADER
|
if HAVE_DBHEADER
|
||||||
AM_CPPFLAGS += -I$(DBHEADER)
|
AM_CPPFLAGS += -I$(DBHEADER)
|
||||||
endif
|
endif
|
||||||
@@ -39,6 +40,7 @@ CLEANFILES = $(BUILT_SOURCES) $(gen_files_hdb) \
|
|||||||
|
|
||||||
LDADD = libhdb.la \
|
LDADD = libhdb.la \
|
||||||
$(LIB_openldap) \
|
$(LIB_openldap) \
|
||||||
|
$(LIB_libintl) \
|
||||||
../krb5/libkrb5.la \
|
../krb5/libkrb5.la \
|
||||||
../asn1/libasn1.la \
|
../asn1/libasn1.la \
|
||||||
$(LIB_hcrypto) \
|
$(LIB_hcrypto) \
|
||||||
|
Reference in New Issue
Block a user