summaryrefslogtreecommitdiffstats
path: root/app/xcf/Makefile.am
blob: a95a87cf7c46fea8eb9a1c49a7ed75007ebe2c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = \
	-DG_LOG_DOMAIN=\"Gimp-XCF\"	\
	-I$(top_builddir)		\
	-I$(top_srcdir)			\
	-I$(top_builddir)/app		\
	-I$(top_srcdir)/app		\
	$(CAIRO_CFLAGS)			\
	$(GEGL_CFLAGS)			\
	$(GDK_PIXBUF_CFLAGS)		\
	-I$(includedir)

noinst_LIBRARIES = libappxcf.a

libappxcf_a_SOURCES = \
	xcf.c		\
	xcf.h		\
	xcf-load.c	\
	xcf-load.h	\
	xcf-read.c	\
	xcf-read.h	\
	xcf-private.h	\
	xcf-save.c	\
	xcf-save.h	\
	xcf-seek.c	\
	xcf-seek.h	\
	xcf-utils.c	\
	xcf-utils.h	\
	xcf-write.c	\
	xcf-write.h