From 3ec9e6c5e8e94e72b702e52f9a985582a5d1b19d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 14 Jun 2011 16:09:35 +0200 Subject: [PATCH] gail: No need to include modules/other in CFLAGS anymore Now that we include headers directly, ew don't need it anymore. And the current directory is included automatically. --- modules/other/gail/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am index 789c38ed00..f4c76e3669 100644 --- a/modules/other/gail/Makefile.am +++ b/modules/other/gail/Makefile.am @@ -127,7 +127,6 @@ libgailinclude_HEADERS = \ libgail_la_CPPFLAGS = \ -I$(top_srcdir) \ - -I$(top_srcdir)/modules/other \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ -I$(top_srcdir)/gtk \