[PATCH] proto includes and gitignore fix
Asal Mirzaieva
asalle.kim at gmail.com
Thu Mar 12 03:53:11 PDT 2015
---
configure.ac | 2 +-
proto/.gitignore | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 92d3a62..5c6499e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1042,7 +1042,7 @@ AM_CONDITIONAL(PROTO, [test "x$PROTO" = xyes])
if test "x$PROTO" = xyes; then
AC_DEFINE(PROTO, 1, [Support Proto])
PROTO_LIB='$(top_builddir)/proto/libproto.la'
- PROTO_INC='-I$(top_srcdir)/proto/generated'
+ PROTO_INC='-I$(top_builddir)/proto/generated'
fi
if test "x$MITSHM" = xauto; then
diff --git a/proto/.gitignore b/proto/.gitignore
index cc4611b..8dfae7e 100644
--- a/proto/.gitignore
+++ b/proto/.gitignore
@@ -2,4 +2,4 @@
*.pyc
# Autogenerated by gen_swap_check.py in proto files
-gen/*
+generated/*
--
1.9.1
More information about the xorg-devel
mailing list