comparison 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
comparison
equal deleted inserted replaced
44:9d3769896d66 45:f6ff410a87fd
1 noinst_LIBRARIES = libprof.a 1 noinst_LTLIBRARIES = libprof.la
2 2
3 libprof_a_SOURCES = \ 3 libprof_la_SOURCES = \
4 gmon.h \ 4 gmon.h \
5 gmon_out.h \ 5 gmon_out.h \
6 prof.cpp \ 6 prof.cpp \
7 prof.h 7 prof.h