Make automake happy: INCLUDES -> AM_CPPFLAGS
This commit is contained in:
@@ -9,7 +9,7 @@ bin_PROGRAMS = pluma
|
||||
|
||||
noinst_LTLIBRARIES = libpluma.la
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/smclient \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
uidir = $(datadir)/pluma/ui/
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/pluma \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/pluma \
|
||||
|
@@ -14,7 +14,7 @@ platform_sources = eggsmclient-xsmp.c
|
||||
endif
|
||||
endif
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\""EggSMClient"\" \
|
||||
$(PLUMA_CFLAGS) \
|
||||
$(platform_defines) \
|
||||
|
Reference in New Issue
Block a user