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.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