* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for out-of-tree build.
This commit is contained in:
parent
7cd2ed2c6d
commit
d784422152
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
|
||||
out-of-tree build.
|
||||
|
||||
2012-08-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Remove src/s.
|
||||
|
|
|
@ -5,6 +5,6 @@ MOSTLYCLEANFILES =
|
|||
noinst_LIBRARIES =
|
||||
|
||||
AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
|
||||
DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
|
||||
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
|
||||
|
||||
include gnulib.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue