summaryrefslogtreecommitdiff
path: root/src/smt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/Makefile.am')
-rw-r--r--src/smt/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am
new file mode 100644
index 000000000..f719b1283
--- /dev/null
+++ b/src/smt/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CXXFLAGS = -Wall
+
+noinst_LIBRARIES = libsmt.a
+
+libsmt_a_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback