From bfc5ba2511dc5fd9f5aa9868946c8860afad81bf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 18:34:08 -0400 Subject: Fix "make distcheck" errors and other build cleanups. --- shell/Makefile.am | 2 +- shell/test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 2403264094..8df302be77 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -2,7 +2,7 @@ if ENABLE_TEST_COMPONENT SUBDIRS = . test endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/e-util \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/menus \ diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am index 0a7188921a..10b1bfb81b 100644 --- a/shell/test/Makefile.am +++ b/shell/test/Makefile.am @@ -1,6 +1,6 @@ module_LTLIBRARIES = libevolution-module-test.la -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/shell \ -I$(top_srcdir)/widgets \ -- cgit