summaryrefslogtreecommitdiff
path: root/src/theory/booleans
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-06-15 22:05:46 +0000
committerMorgan Deters <mdeters@gmail.com>2010-06-15 22:05:46 +0000
commit22685d657c483ab53c645bb9228bd5d4dd708cf5 (patch)
treed977898109cf97a0a1e720536fda4ffd327f5a85 /src/theory/booleans
parentc717cdb19de5b5791d8819fcffb9ea5b9345e171 (diff)
fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas)
Diffstat (limited to 'src/theory/booleans')
-rw-r--r--src/theory/booleans/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/booleans/Makefile.am b/src/theory/booleans/Makefile.am
index 5de781b7f..478fca1cf 100644
--- a/src/theory/booleans/Makefile.am
+++ b/src/theory/booleans/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = \
-D__BUILDING_CVC4LIB \
-I@srcdir@/../../include -I@srcdir@/../..
-AM_CXXFLAGS = -Wall -wunknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
+AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
noinst_LTLIBRARIES = libbooleans.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback