Gimp/plug-ins/libgck/gck/Makefile.am
Michael Natterer bd5bbf7a37 Removed libgck from the public libgimp API:
2003-08-31  Michael Natterer  <mitch@gimp.org>

	Removed libgck from the public libgimp API:

	* plug-ins/libgck/gck/Makefile.am: don't build and install a
	shared library and any header files. Instead, build a
	noinst_LIBRARY.

	* plug-ins/Lighting/Makefile.am
	* plug-ins/MapObject/Makefile.am: link against the uninstalled
	libgck.a convenience lib.
2003-08-30 22:37:31 +00:00

14 lines
228 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libgck.a
libgck_a_SOURCES = \
gckcolor.c \
gck.h
INCLUDES = \
-I.. \
-I$(srcdir)/.. \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)