summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-07-29 14:11:52 +0200
committerraveit65 <[email protected]>2013-07-29 14:11:52 +0200
commit52c9b0fb478ed76c6836a55bd1b7b6149daadf92 (patch)
treed7403687bf22e1813f0c5b4f1183ade65bd0ce99 /plugins/Makefile.am
parent3c0e14e0a6b9768f2f5a8d6b6d97f927e6ff374d (diff)
downloadeom-52c9b0fb478ed76c6836a55bd1b7b6149daadf92.tar.bz2
eom-52c9b0fb478ed76c6836a55bd1b7b6149daadf92.tar.xz
fix make files for automake-1.13
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 344bf15..02b74e6 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
pluginsdir = $(libdir)/eom/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOM_CFLAGS) \
$(WARN_CFLAGS) \