summaryrefslogtreecommitdiff
path: root/src/parser/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 16:40:19 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 16:40:19 +0000
commit0201aa29bea8467e5cc07f2d0af68a4da3e86ec1 (patch)
tree548f42c4244176fb91956e9571451842fd85e482 /src/parser/Makefile.am
parent7293554b109742697d4d928ed7b58acadc6de947 (diff)
fixes/redesign of source layout from meeting
Diffstat (limited to 'src/parser/Makefile.am')
-rw-r--r--src/parser/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am
index a9560ab93..918ab2fb2 100644
--- a/src/parser/Makefile.am
+++ b/src/parser/Makefile.am
@@ -1,4 +1,5 @@
-INCLUDES = -I@srcdir@/../include
+INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CXXFLAGS = -Wall
noinst_LIBRARIES = libparser.a
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback