summaryrefslogtreecommitdiff
path: root/src/theory/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/theory/Makefile.am
parent73d8c7a4f4896455fef39c44c80bf3df30a52d89 (diff)
ignored items
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
new file mode 100644
index 000000000..5c64f4f38
--- /dev/null
+++ b/src/theory/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CXXFLAGS = -Wall
+
+noinst_LIBRARIES = libtheory.a
+
+libtheory_a_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback