Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
c58bfbd2
Commit
c58bfbd2
authored
Aug 16, 2013
by
Alexandre Duret-Lutz
Browse files
* src/kripkeparse/Makefile.am: Add missing include directory.
parent
d3b81809
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kripkeparse/Makefile.am
View file @
c58bfbd2
...
...
@@ -16,7 +16,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AM_CPPFLAGS
=
-I
$(srcdir)
/..
$(BUDDY_CPPFLAGS)
-DYY_NO_INPUT
AM_CPPFLAGS
=
-I
$(srcdir)
/..
-I
..
$(BUDDY_CPPFLAGS)
-DYY_NO_INPUT
# Disable -Werror because too many versions of flex yield warnings.
AM_CXXFLAGS
=
$
(
WARNING_CXXFLAGS:-Werror
=)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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