Gimp/modules/Makefile.am
1999-03-07 12:56:03 +00:00

24 lines
660 B
Makefile

## Process this file with automake to produce Makefile.in
moduledir = $(gimpplugindir)/modules
CPPFLAGS = \
-DMODULE_COMPILATION
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/intl \
$(GTK_CFLAGS) \
-I$(includedir)
module_LTLIBRARIES = \
libcolorsel_gtk.la \
libcolorsel_triangle.la
libcolorsel_gtk_la_SOURCES = colorsel_gtk.c
libcolorsel_gtk_la_LDFLAGS = -avoid-version -module
libcolorsel_gtk_la_LIBADD = @GTK_LIBS@
libcolorsel_triangle_la_SOURCES = colorsel_triangle.c
libcolorsel_triangle_la_LDFLAGS = -avoid-version -module
libcolorsel_triangle_la_LIBADD = @GTK_LIBS@