Mercurial > vba-clojure
diff src/prof/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 | f9f4f1b99eed |
children |
line wrap: on
line diff
1.1 --- a/src/prof/Makefile.am Tue Mar 06 21:53:31 2012 -0600 1.2 +++ b/src/prof/Makefile.am Tue Mar 06 22:07:22 2012 -0600 1.3 @@ -1,6 +1,6 @@ 1.4 -noinst_LIBRARIES = libprof.a 1.5 +noinst_LTLIBRARIES = libprof.la 1.6 1.7 -libprof_a_SOURCES = \ 1.8 +libprof_la_SOURCES = \ 1.9 gmon.h \ 1.10 gmon_out.h \ 1.11 prof.cpp \