2001-10-25 06:30:01 -07:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
AM_CPPFLAGS = \
|
2013-06-05 11:48:37 -07:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-File\" \
|
|
|
|
|
-I$(top_builddir) \
|
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
2002-06-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
2003-12-12 17:35:19 -08:00
|
|
|
|
2008-10-07 04:58:14 -07:00
|
|
|
noinst_LIBRARIES = libappfile.a
|
|
|
|
|
|
2006-10-27 06:52:40 -07:00
|
|
|
libappfile_a_SOURCES = \
|
2017-02-17 11:59:17 -08:00
|
|
|
file-import.c \
|
|
|
|
|
file-import.h \
|
2016-01-03 11:05:27 -08:00
|
|
|
file-open.c \
|
|
|
|
|
file-open.h \
|
|
|
|
|
file-remote.c \
|
|
|
|
|
file-remote.h \
|
|
|
|
|
file-save.c \
|
|
|
|
|
file-save.h \
|
|
|
|
|
file-utils.c \
|
|
|
|
|
file-utils.h \
|
2009-07-12 02:19:08 -07:00
|
|
|
gimp-file.h
|