summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-08 12:57:03 -0800
committerStefano Karapetsas <[email protected]>2013-11-08 12:57:03 -0800
commit073d8e090f62b509d33021a6ec2cae95f539db55 (patch)
treed552a1192560b20039be7c24f7fa54d31fa3d2dc /src/Makefile.am
parent1e8678642d984fc205fd803fffe915417802139f (diff)
parentee9367b059e7bb9e56cad35d54d2e79847dae151 (diff)
downloadmarco-073d8e090f62b509d33021a6ec2cae95f539db55.tar.bz2
marco-073d8e090f62b509d33021a6ec2cae95f539db55.tar.xz
Merge pull request #65 from infirit/1.6
cherry-pick from master and small cleanups/fixes
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@\" \