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