Switch to automake and libtool

This commit is contained in:
Chris Cannam 1998-11-18 20:42:09 +00:00
parent 9e85a4cf21
commit 96f35a05ef
45 changed files with 9388 additions and 439 deletions

7
src/pcm/Makefile.am Normal file
View file

@ -0,0 +1,7 @@
EXTRA_LTLIBRARIES=libpcm.la
libpcm_la_SOURCES = pcm.c
all: libpcm.la
INCLUDES=-I$(top_srcdir)/include