Make automake happy: INCLUDES -> AM_CPPFLAGS

This commit is contained in:
infirit
2013-08-03 00:08:36 +02:00
parent d5249f5fe6
commit 06ae9932b0
16 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ bin_PROGRAMS = pluma
noinst_LTLIBRARIES = libpluma.la
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(srcdir) \
-I$(srcdir)/smclient \

View File

@@ -1,6 +1,6 @@
uidir = $(datadir)/pluma/ui/
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/pluma \

View File

@@ -1,4 +1,4 @@
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/pluma \

View File

@@ -14,7 +14,7 @@ platform_sources = eggsmclient-xsmp.c
endif
endif
INCLUDES = \
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\""EggSMClient"\" \
$(PLUMA_CFLAGS) \
$(platform_defines) \