mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix LDADD var
This commit is contained in:
@@ -19,7 +19,7 @@ CFLAGS = @CFLAGS@
|
|||||||
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
|
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
|
||||||
|
|
||||||
noinst_PROGRAMS = test_libFLAC
|
noinst_PROGRAMS = test_libFLAC
|
||||||
test_libFLAC = $(top_builddir)/src/libFLAC/libFLAC.la -lm
|
test_libFLAC_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
|
||||||
test_libFLAC_SOURCES = \
|
test_libFLAC_SOURCES = \
|
||||||
bitbuffer.c \
|
bitbuffer.c \
|
||||||
decoders.c \
|
decoders.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user