summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
commit477e97cd81afe4b86eea47e9abe6311fc22299fc (patch)
treea55a90e7c518a59d1ec38e62d4f867e13d423cad /src/main/Makefile.am
parent73d8c7a4f4896455fef39c44c80bf3df30a52d89 (diff)
ignored items
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
new file mode 100644
index 000000000..e857c8245
--- /dev/null
+++ b/src/main/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CXXFLAGS = -Wall
+
+bin_BINARIES = cvc4
+
+cvc4_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback