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