summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am1
-rw-r--r--src/util/decision_engine.h2
-rw-r--r--src/util/options.h13
3 files changed, 14 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f25f52ac0..4fe483c98 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
+AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libutil.la
diff --git a/src/util/decision_engine.h b/src/util/decision_engine.h
index 2064e3687..a6f8596dd 100644
--- a/src/util/decision_engine.h
+++ b/src/util/decision_engine.h
@@ -12,7 +12,7 @@
#ifndef __CVC4__DECISION_ENGINE_H
#define __CVC4__DECISION_ENGINE_H
-#include "core/literal.h"
+#include "util/literal.h"
namespace CVC4 {
diff --git a/src/util/options.h b/src/util/options.h
index 6104470d2..490cd607b 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -1,4 +1,15 @@
-#ifndef __CVC4__OPTIONS_H
+/********************* -*- C++ -*- */
+/** options.h
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.
+ **
+ ** [[ Add file-specific comments here ]]
+ **/
+
#define __CVC4__OPTIONS_H
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback