diff options
author | infirit <[email protected]> | 2013-11-08 17:20:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 17:25:47 +0100 |
commit | 3ae2bed0210e96608d709feb53134415540b92c1 (patch) | |
tree | 922d00f7155bf132453390d8b3ddc16d443760b5 /src/Makefile.am | |
parent | 4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b (diff) | |
download | marco-3ae2bed0210e96608d709feb53134415540b92c1.tar.bz2 marco-3ae2bed0210e96608d709feb53134415540b92c1.tar.xz |
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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@\" \ |