From 95e5ca98d4c22897c0192a78ebeeb05e4838db2b Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 20 Nov 2009 23:47:56 +0000 Subject: fixes to build/test system --- src/context/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/context/Makefile.am') 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 = -- cgit v1.2.3