d5a4f4cfd7
The implementation of XBEL is moved to katze, including the appropriate api prefix and coding style changes. All relevant uses are updated.
16 lines
340 B
Makefile
16 lines
340 B
Makefile
INCLUDES = \
|
|
$(GTK_CFLAGS) \
|
|
$(LIBXML_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libkatze.la
|
|
|
|
libkatze_la_LIBADD = \
|
|
$(GTK_LIBS) \
|
|
$(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
|