2008-10-11 05:27:52 +00:00
|
|
|
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
|
|
|
2008-01-05 05:24:38 +00:00
|
|
|
INCLUDES = \
|
2008-01-06 00:44:37 +00:00
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
$(LIBXML_CFLAGS)
|
2008-01-05 05:24:38 +00:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
|
|
libkatze.la
|
|
|
|
|
|
|
|
libkatze_la_LIBADD = \
|
2008-03-22 02:38:23 +00:00
|
|
|
$(GTK_LIBS) \
|
|
|
|
$(INTLLIBS) \
|
2008-01-06 00:44:37 +00:00
|
|
|
$(LIBXML_LIBS)
|
2008-01-05 05:24:38 +00:00
|
|
|
|
|
|
|
libkatze_la_SOURCES = \
|
|
|
|
katze.h \
|
|
|
|
katze-throbber.c katze-throbber.h \
|
2008-01-06 00:44:37 +00:00
|
|
|
katze-utils.c katze-utils.h \
|
2008-08-23 16:32:53 +00:00
|
|
|
katze-item.c katze-item.h \
|
2008-08-25 23:19:38 +00:00
|
|
|
katze-list.c katze-list.h \
|
2008-10-10 20:31:37 +00:00
|
|
|
katze-array.c katze-array.h \
|
2008-10-23 22:09:12 +00:00
|
|
|
katze-arrayaction.c katze-arrayaction.h \
|
|
|
|
katze-net.c katze-net.h
|