1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-24 10:31:13 +00:00

12 lines
332 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
bin_PROGRAMS = sndfile-regtest
noinst_HEADERS = regtest.h
INCLUDES = -I$(top_srcdir)/src $(SQLITE3_CFLAGS) $(OS_SPECIFIC_CFLAGS)
sndfile_regtest_SOURCES = sndfile-regtest.c database.c checksum.c
sndfile_regtest_LDADD = $(top_builddir)/src/libsndfile.la $(SQLITE3_LIBS)