mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
initial version
This commit is contained in:
9
src/test_unit/Makefile.am
Normal file
9
src/test_unit/Makefile.am
Normal file
@@ -0,0 +1,9 @@
|
||||
CFLAGS = @CFLAGS@
|
||||
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
|
||||
|
||||
noinst_PROGRAMS = test_unit
|
||||
test_unit_LDFLAGS = -lm
|
||||
test_unit_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la
|
||||
test_unit_SOURCES = \
|
||||
bitbuffer.c \
|
||||
main.c
|
||||
Reference in New Issue
Block a user