summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index f022d0445..97cb116e0 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
-noinst_LIBRARIES = libtheory.a
+noinst_LTLIBRARIES = libtheory.la
-libtheory_a_SOURCES =
+libtheory_la_SOURCES =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback