diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-21 10:52:20 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-21 10:52:20 -0700 |
commit | ca582abbce72a381ee1a2c1e69a19aaa8498c6f7 (patch) | |
tree | d3b8e2465a69df79775c1c884641aec248c7105e /plugins | |
parent | 26092accfaca130dbf53eaff15744f6ba6f40b2b (diff) | |
parent | 4d7505c419fea662f817a07506b5712f0100b164 (diff) | |
download | eom-ca582abbce72a381ee1a2c1e69a19aaa8498c6f7.tar.bz2 eom-ca582abbce72a381ee1a2c1e69a19aaa8498c6f7.tar.xz |
Merge pull request #29 from infirit/1.6
Pick up commits from master plus little fixes from me
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
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) \ |