app/base/Makefile.am automake-1.6 seems to use yet another variable to
2002-06-08 Sven Neumann <sven@gimp.org> * app/base/Makefile.am * app/paint-funcs/Makefile.am: automake-1.6 seems to use yet another variable to pass flags to the assembler (bug #84514). Define AM_CCASFLAGS like AM_ASFLAGS to satisfy all versions of automake. * configure.in * all Makefiles: removed STRIP_BEGIN and STRIP_END since it's a GNU make extension that we don't really need and newer versions of automake don't seem to like it.
This commit is contained in:

committed by
Sven Neumann

parent
f064fa4e69
commit
3aae39405e
@ -2,16 +2,12 @@
|
||||
|
||||
libexecdir = $(gimpplugindir)/modules
|
||||
|
||||
CPPFLAGS = @STRIP_BEGIN@ \
|
||||
-DMODULE_COMPILATION \
|
||||
@STRIP_END@
|
||||
CPPFLAGS = -DMODULE_COMPILATION
|
||||
|
||||
INCLUDES = @STRIP_BEGIN@ \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/intl \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir) \
|
||||
@STRIP_END@
|
||||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.mingw \
|
||||
@ -22,11 +18,10 @@ EXTRA_DIST = \
|
||||
gimpmodregister.h \
|
||||
colorsel_water.c
|
||||
|
||||
libexec_LTLIBRARIES = @STRIP_BEGIN@ \
|
||||
libexec_LTLIBRARIES = \
|
||||
libcolorsel_triangle.la \
|
||||
libcdisplay_gamma.la \
|
||||
libcdisplay_highcontrast.la \
|
||||
@STRIP_END@
|
||||
libcdisplay_highcontrast.la
|
||||
|
||||
## libcolorsel_gtk.la \
|
||||
## libcolorsel_water.la \
|
||||
|
Reference in New Issue
Block a user