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
695e5b41
Commit
695e5b41
authored
Jun 06, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.
This is needed because lisp.h includes intprops.h now.
parent
77984278
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
lwlib/ChangeLog
lwlib/ChangeLog
+5
-0
lwlib/Makefile.in
lwlib/Makefile.in
+6
-5
No files found.
lwlib/ChangeLog
View file @
695e5b41
2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.
This is needed because lisp.h includes intprops.h now.
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
Static checks with GCC 4.6.0 and non-default toolkits.
...
...
lwlib/Makefile.in
View file @
695e5b41
# Copyright (C) 1992, 1993 Lucid, Inc.
# Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
#
#
# This file is part of the Lucid Widget Library.
#
#
# The Lucid Widget Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
#
# The Lucid Widget Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
...
...
@@ -55,7 +55,8 @@ OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o
ALL_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_X_SITE)
\
$(C_SWITCH_X_SYSTEM)
$(C_SWITCH_MACHINE)
\
$(C_WARNINGS_SWITCH)
$(PROFILING_CFLAGS)
$(CFLAGS)
\
-DHAVE_CONFIG_H
-Demacs
-I
../src
-I
$(srcdir)
-I
$(srcdir)
/../src
-DHAVE_CONFIG_H
-Demacs
-I
../src
\
-I
$(srcdir)
-I
$(srcdir)
/../src
-I
$(srcdir)
/../lib
.c.o
:
$(CC)
-c
$(CPPFLAGS)
$(ALL_CFLAGS)
$<
...
...
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