22 lines
575 B
Makefile
22 lines
575 B
Makefile
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
|
|
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-item.c katze-item.h \
|
|
katze-list.c katze-list.h \
|
|
katze-array.c katze-array.h \
|
|
katze-arrayaction.c katze-arrayaction.h
|