Gimp/plug-ins/tools/Makefile.am
Sven Neumann 328b93d718 libgimp/stdplugins-intl.h use the new function gimp_locale_directory()
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.
2002-05-11 11:26:14 +00:00

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)