2002-05-11 Sven Neumann <sven@gimp.org> * libgimp/stdplugins-intl.h * plug-ins/script-fu/script-fu-intl.h: use the new function gimp_locale_directory() instead of LOCALEDIR. * app/Makefile.am * plug-ins/*/Makefile.am: removed LOCALEDIR definition.
34 lines
926 B
Makefile
34 lines
926 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
##SUBDIRS = common
|
|
|
|
libexecdir = $(gimpplugindir)/plug-ins
|
|
|
|
libexec_PROGRAMS = tool-safe-mode
|
|
|
|
tool_safe_mode_SOURCES = \
|
|
tool-safe-mode.c \
|
|
tool-safe-mode.h \
|
|
tool-safe-mode-plug-in.c \
|
|
tool-safe-mode-plug-in.h \
|
|
gimptool.c \
|
|
gimptoolcontrol.c \
|
|
gimptoolcontrol.h
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/app \
|
|
-I$(top_srcdir)/app/core \
|
|
$(GTK_CFLAGS) \
|
|
-I$(includedir)
|
|
|
|
LDADD = \
|
|
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimpproxy/libgimpproxy-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimptool/libgimptool-$(LT_RELEASE).la \
|
|
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
|
$(GTK_LIBS) \
|
|
$(INTLLIBS)
|