summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-08 17:20:05 +0100
committerinfirit <[email protected]>2013-11-08 17:22:20 +0100
commit3df8d193268be8d7dfb2264a2dfad5dc5b78b84f (patch)
treea4330afacf53e03f6d80074ca2a2ff828664e612 /src/Makefile.am
parent8ccbdf3e2447fe5df685ee5045991c01e0cfa7d1 (diff)
downloadmarco-3df8d193268be8d7dfb2264a2dfad5dc5b78b84f.tar.bz2
marco-3df8d193268be8d7dfb2264a2dfad5dc5b78b84f.tar.xz
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a7b01237..031d59bf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ lib_LTLIBRARIES = libmarco-private.la
SUBDIRS=wm-tester tools themes
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(srcdir)/include \
-DMARCO_LIBEXECDIR=\"$(libexecdir)\" \
-DHOST_ALIAS=\"@HOST_ALIAS@\" \