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.
14 lines
228 B
Makefile
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)
|