Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d7844221
Commit
d7844221
authored
Aug 02, 2012
by
YAMAMOTO Mitsuharu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for out-of-tree build.
parent
7cd2ed2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
lib/Makefile.am
lib/Makefile.am
+1
-1
No files found.
ChangeLog
View file @
d7844221
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.
...
...
lib/Makefile.am
View file @
d7844221
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment