summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-20 23:47:56 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-20 23:47:56 +0000
commit95e5ca98d4c22897c0192a78ebeeb05e4838db2b (patch)
tree7bd14dc25a240bc2b4f5152c4ee7b666763dbebe /src/smt
parentcb56555734b5139f779e65cc6e628124ac6796e6 (diff)
fixes to build/test system
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am
index ff740aa56..c2967ad14 100644
--- a/src/smt/Makefile.am
+++ b/src/smt/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
-noinst_LIBRARIES = libsmt.a
+noinst_LTLIBRARIES = libsmt.la
-libsmt_a_SOURCES =
+libsmt_la_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback