mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
@@ -6,7 +6,7 @@ SUBDIRS = include .
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libplugin_common.a
|
||||
noinst_LTLIBRARIES = libplugin_common.la
|
||||
|
||||
noinst_HEADERS = \
|
||||
all.h \
|
||||
@@ -20,7 +20,7 @@ noinst_HEADERS = \
|
||||
replaygain_synthesis.h \
|
||||
vorbiscomment.h
|
||||
|
||||
libplugin_common_a_SOURCES = \
|
||||
libplugin_common_la_SOURCES = \
|
||||
canonical_tag.c \
|
||||
charset.c \
|
||||
dither.c \
|
||||
|
||||
Reference in New Issue
Block a user