gimp/app/xcf/Makefile.am
Sven Neumann 09578ea070 removed extra check for gthread and fold it into the GLIB and GTK checks.
2007-06-25  Sven Neumann  <sven@gimp.org>

	* configure.in: removed extra check for gthread and fold it into
	the GLIB and GTK checks.

	* */Makefile.am: changed accordingly.

	* app/main.c (main): always call g_thread_init().

svn path=/trunk/; revision=22832
2007-06-25 12:41:59 +00:00

33 lines
528 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\"
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_builddir)/app \
-I$(top_srcdir)/app \
$(GDK_PIXBUF_CFLAGS) \
$(GLIB_CFLAGS) \
-I$(includedir)
EXTRA_DIST = makefile.msc