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