gimp/app/gegl/Makefile.am

22 lines
397 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libappgegl.a
libappgegl_a_SOURCES = \
gimp-gegl.c \
gimp-gegl.h \
gimpoptilesink.c \
gimpoptilesink.h \
gimpoptilesource.c \
gimpoptilesource.h
INCLUDES = \
-I. \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_builddir)/app \
-I$(top_srcdir)/app \
$(GTK_CFLAGS) \
$(GEGL_CFLAGS) \
-I$(includedir)