summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 17b7d8dcd..da2839ad1 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -1,9 +1,9 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
-noinst_LIBRARIES = libexpr.a
+noinst_LTLIBRARIES = libexpr.la
-libexpr_a_SOURCES = \
+libexpr_la_SOURCES = \
expr.cpp \
expr_builder.cpp \
expr_manager.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback