[PATCH input-mouse 1/2] config: remove unused -I$(top_srcdir)/src directive
Gaetan Nadon
memsize at videotron.ca
Tue Mar 9 13:51:38 PST 2010
There are no sibling directories that need access to /src headers
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index da0dba5..0857c98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,7 +19,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CFLAGS = $(CWARNFLAGS)
-AM_CPPFLAGS = $(XORG_CFLAGS) -I$(top_srcdir)/src
+AM_CPPFLAGS = $(XORG_CFLAGS)
# this is obnoxious:
# -module lets us name the module exactly how we want
--
1.6.0.4
More information about the xorg-devel
mailing list