mej pushed a commit to branch master.

http://git.enlightenment.org/misc/libast.git/commit/?id=2c0ac11669b2ca04578c84bd444a26e4f08b01b0

commit 2c0ac11669b2ca04578c84bd444a26e4f08b01b0
Author: Michael Jennings <m...@lbl.gov>
Date:   Tue Mar 3 10:47:50 2015 -0800

    Fix make distcheck on systems where libast hasn't yet been installed.
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c8ecfaf..52cd549 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
 
 lib_LTLIBRARIES = libast.la
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/$(PACKAGE)
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/$(PACKAGE) 
-I$(top_builddir)/include
 AM_CFLAGS = $(PTHREAD_CFLAGS)
 AM_LDFLAGS = $(PTHREAD_LIBS)
 

-- 


Reply via email to