gimp/app/xcf/Makefile.am
Daniel Egger 0add60298a app/base/Makefile.am app/composite/*akefile.am app/config/*akefile.am
2005-02-27  Daniel Egger  <de@axiros.com>

	* app/base/Makefile.am
	* app/composite/*akefile.am
	* app/config/*akefile.am
	* app/core/*akefile.am
	* app/display/*akefile.am
	* app/file/*akefile.am
	* app/paint-funcs/*akefile.am
	* app/pdb/*akefile.am
	* app/plug-in/*akefile.am
	* app/text/*akefile.am
	* app/tools/*akefile.am
	* app/vectors/*akefile.am
	* app/xcf/*akefile.am: Commonized include paths to always look
	in the builddir also to cater for srcdir != builddir builds.
2005-02-27 13:22:01 +00:00

33 lines
529 B
Makefile

## Process this file with automake to produce Makefile.in
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-write.c \
xcf-write.h
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gimp-XCF\" \
@GTHREAD_CFLAGS@
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_builddir)/app \
-I$(top_srcdir)/app \
$(GDK_PIXBUF_CFLAGS) \
-I$(includedir)
EXTRA_DIST = makefile.msc