From fe8907b7dd31a4acbde211df929092e0f1014d06 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 4 Nov 2014 16:52:21 +0100 Subject: Add resampler unit tests. --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 136ba28..e43a6ba 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -23,7 +23,8 @@ gui_SOURCES = \ gui.cc resampler_CXXFLAGS = -DOUTPUT=\"resampler\" $(CPPUNIT_CFLAGS) \ - $(ZITA_CXXFLAGS) $(SAMPLERATE_CFLAGS) + $(ZITA_CXXFLAGS) $(SAMPLERATE_CFLAGS) \ + -I$(top_srcdir)/hugin -DDISABLE_HUGIN resampler_LDFLAGS = $(ZITA_LIBS) $(SAMPLERATE_LIBS) $(CPPUNIT_LIBS) resampler_SOURCES = \ $(top_srcdir)/src/chresampler.cc \ -- cgit v1.2.3