mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
more autoconf/automake patches from Matt
This commit is contained in:
@@ -31,12 +31,14 @@ if FLaC__NO_ASM
|
||||
else
|
||||
if FLaC__CPU_IA32
|
||||
if FLaC__HAS_NASM
|
||||
SUBDIRS = ia32 .
|
||||
libFLAC_la_LIBADD = ia32/libFLAC-asm.a
|
||||
ARCH_SUBDIRS = ia32
|
||||
libFLAC_la_LIBADD = ia32/libFLAC-asm.la
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
SUBDIRS = $(ARCH_SUBDIRS) include .
|
||||
|
||||
libFLAC_la_LDFLAGS = -version-info 1:0:0
|
||||
|
||||
libFLAC_la_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user