diff src/common/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 59790d015f25
children
line wrap: on
line diff
     1.1 --- a/src/common/Makefile.am	Tue Mar 06 21:53:31 2012 -0600
     1.2 +++ b/src/common/Makefile.am	Tue Mar 06 22:07:22 2012 -0600
     1.3 @@ -1,6 +1,6 @@
     1.4 -noinst_LIBRARIES = libgbcom.a
     1.5 +noinst_LTLIBRARIES = libgbcom.la
     1.6  
     1.7 -libgbcom_a_SOURCES = \
     1.8 +libgbcom_la_SOURCES = \
     1.9  	CheatSearch.h		\
    1.10  	inputGlobal.h		\
    1.11  	memgzio.h		\