summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 79eb8c74e..e73b38f1d 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = \
- -I@srcdir@/../include -I@srcdir@/..
+ -I@srcdir@/../include -I@srcdir@/.. $(ANTLR_INCLUDES)
AM_CXXFLAGS = -Wall
bin_PROGRAMS = cvc4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback