be89221aea
Based on the implementation of localization via Gettext contributed by Enrico Tröger, a few adjustments were made to allow Midori to be properly localized. Initially German is fully supported.
17 lines
365 B
Makefile
17 lines
365 B
Makefile
INCLUDES = \
|
|
$(GTK_CFLAGS) \
|
|
$(LIBXML_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libkatze.la
|
|
|
|
libkatze_la_LIBADD = \
|
|
$(GTK_LIBS) \
|
|
$(INTLLIBS) \
|
|
$(LIBXML_LIBS)
|
|
|
|
libkatze_la_SOURCES = \
|
|
katze.h \
|
|
katze-throbber.c katze-throbber.h \
|
|
katze-utils.c katze-utils.h \
|
|
katze-xbel.c katze-xbel.h
|