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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user