summaryrefslogtreecommitdiff
path: root/src/prop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/Makefile.am')
-rw-r--r--src/prop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index 2856cc065..a441773e8 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = \
-D__BUILDING_CVC4LIB \
-I@srcdir@/../include -I@srcdir@/..
-AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)
+AM_CXXFLAGS = -Wall -wunknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
noinst_LTLIBRARIES = libprop.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback