mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
*/Makefile.am: merge INCLUDES into AM_CPPFLAGS
automake-1.13 finally warns about this anachronism.
This commit is contained in:
parent
bfb83109bc
commit
ec786816bb
64 changed files with 261 additions and 314 deletions
|
@ -43,12 +43,10 @@ libgimpmoduleincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimpmodule
|
|||
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"LibGimpModule\" \
|
||||
-DGIMP_MODULE_COMPILATION
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GMODULE_NO_EXPORT_CFLAGS) \
|
||||
-DGIMP_MODULE_COMPILATION \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GMODULE_NO_EXPORT_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue