diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 06:34:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 06:34:08 +0800 |
commit | bfc5ba2511dc5fd9f5aa9868946c8860afad81bf (patch) | |
tree | 42c8edf720cd7a80c448da74f080ca1d6b80d56c /e-util | |
parent | 8dc6bbd250891bcef9130a789c9b74a01be7f1cb (diff) | |
download | gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.gz gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.zst gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.zip |
Fix "make distcheck" errors and other build cleanups.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 934c20b593..60507ec82d 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -7,7 +7,7 @@ if OS_WIN32 PLATFORM_SOURCES = e-win32-reloc.c endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/widgets \ |