Build libtool archives instead of plain .a archives, so that PIC versions are

built and can they be portably linked into shared libraries.
This commit is contained in:
Matt Zimmerman
2003-02-07 02:43:02 +00:00
parent e8a7601a4b
commit ca56e93b03
13 changed files with 29 additions and 29 deletions

View File

@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include/share
noinst_LIBRARIES = libgain_analysis.a
noinst_LTLIBRARIES = libgain_analysis.la
libgain_analysis_a_SOURCES = gain_analysis.c
libgain_analysis_la_SOURCES = gain_analysis.c
EXTRA_DIST = \
Makefile.lite \

View File

@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = libgrabbag.a
noinst_LTLIBRARIES = libgrabbag.la
libgrabbag_a_SOURCES = \
libgrabbag_la_SOURCES = \
cuesheet.c \
file.c \
replaygain.c \

View File

@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include/share
noinst_LIBRARIES = libutf8.a
noinst_LTLIBRARIES = libutf8.la
libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
EXTRA_DIST = \
Makefile.lite \