diff src/lua/Makefile.am @ 45:f6ff410a87fd

using libtool for convienence libraries
author Robert McIntyre <rlm@mit.edu>
date Tue, 06 Mar 2012 22:07:22 -0600
parents 9e598342e182
children
line wrap: on
line diff
     1.1 --- a/src/lua/Makefile.am	Tue Mar 06 21:53:31 2012 -0600
     1.2 +++ b/src/lua/Makefile.am	Tue Mar 06 22:07:22 2012 -0600
     1.3 @@ -1,6 +1,6 @@
     1.4 -noinst_LIBRARIES = libgblua.a
     1.5 +noinst_LTLIBRARIES = libgblua.la
     1.6  
     1.7 -libgblua_a_SOURCES = \
     1.8 +libgblua_la_SOURCES = \
     1.9  	lapi.h 		\
    1.10  	lauxlib.h 	\
    1.11  	lcode.h 	\