commit 9b80eea9711caf49bfb6072a4d40f94800e643d4 parent 117c1c7f2764c08ea35e1f3d839af2b6fb2b3e11 Author: Michael Forney <mforney@mforney.org> Date: Fri, 14 Jun 2013 01:34:00 -0700 Make libswc a normal lib (not noinst) Diffstat:
M | Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 -noinst_LTLIBRARIES = libswc.la +lib_LTLIBRARIES = libswc.la AM_CFLAGS = $(pixman_CFLAGS)