Add libintl for i18n support

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Joerg Pulz
2010-10-18 08:27:33 -07:00
committed by Love Hornquist Astrand
parent 8e7cf16491
commit 4154bb82ce

View File

@@ -6,6 +6,7 @@ AM_CPPFLAGS += -I../asn1 -I$(srcdir)/../asn1 $(INCLUDE_hcrypto)
AM_CPPFLAGS += $(INCLUDE_openldap) -DHDB_DB_DIR=\"$(DIR_hdbdir)\"
AM_CPPFLAGS += -I$(srcdir)/../krb5
AM_CPPFLAGS += $(INCLUDE_sqlite3)
AM_CPPFLAGS += $(INCLUDE_libintl)
if HAVE_DBHEADER
AM_CPPFLAGS += -I$(DBHEADER)
endif
@@ -39,6 +40,7 @@ CLEANFILES = $(BUILT_SOURCES) $(gen_files_hdb) \
LDADD = libhdb.la \
$(LIB_openldap) \
$(LIB_libintl) \
../krb5/libkrb5.la \
../asn1/libasn1.la \
$(LIB_hcrypto) \