testsuite/Makefile.am | 2 +- testsuite/cache/Makefile.am | 2 +- testsuite/coder/Makefile.am | 2 +- testsuite/perf/Makefile.am | 2 +- testsuite/tables2/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index c2566b1..605a1ce 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -102,7 +102,7 @@ wavelet_noise_2d_SOURCES = wavelet_noise_2d.c phasecorrelation_SOURCES = phasecorrelation.c #motion_CFLAGS = $(SCHRO_CFLAGS) -#motion_LDADD = $(SCHRO_LIBS) +motion_LDADD = $(SCHRO_LIBS) -lorc-test-0.4 motion_SOURCES = motion.c #motion2_CFLAGS = $(SCHRO_CFLAGS) diff --git a/testsuite/cache/Makefile.am b/testsuite/cache/Makefile.am index 1c4373c..afa3352 100644 --- a/testsuite/cache/Makefile.am +++ b/testsuite/cache/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = wavelet_speed upsample_speed AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) \ -DSCHRO_ENABLE_UNSTABLE_API -LDADD = ../libschrotest.la +LDADD = ../../schroedinger/libschroedinger-1.0.la ../libschrotest.la -lorc-test-0.4 wavelet_speed_SOURCES = wavelet_speed.c diff --git a/testsuite/coder/Makefile.am b/testsuite/coder/Makefile.am index b9b582b..a65147b 100644 --- a/testsuite/coder/Makefile.am +++ b/testsuite/coder/Makefile.am @@ -2,7 +2,7 @@ noinst_PROGRAMS = coding_efficiency speed speed2 decode AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) -LDADD = ../libschrotest.la +LDADD = ../../schroedinger/libschroedinger-1.0.la ../libschrotest.la -lorc-test-0.4 CODERS = arith_qm.c arith_exp.c arith_dirac.c arith_bit.c arith_dirac_byte.c arith_dirac_stats.c arith_dirac_both.c diff --git a/testsuite/perf/Makefile.am b/testsuite/perf/Makefile.am index 669d4f7..6d1e530 100644 --- a/testsuite/perf/Makefile.am +++ b/testsuite/perf/Makefile.am @@ -8,7 +8,7 @@ noinst_PROGRAMS = wavelet_speed upsample_speed report \ AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) \ -DSCHRO_ENABLE_UNSTABLE_API -LDADD = ../libschrotest.la +LDADD = ../../schroedinger/libschroedinger-1.0.la ../libschrotest.la -lorc-test-0.4 wavelet_speed_SOURCES = wavelet_speed.c diff --git a/testsuite/tables2/Makefile.am b/testsuite/tables2/Makefile.am index 4d67776..8772d91 100644 --- a/testsuite/tables2/Makefile.am +++ b/testsuite/tables2/Makefile.am @@ -11,7 +11,7 @@ endif AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) -I$(srcdir)/.. \ -DSCHRO_ENABLE_UNSTABLE_API -LDADD = ../libschrotest.la +LDADD = ../../schroedinger/libschroedinger-1.0.la ../libschrotest.la lowdelay_tables_SOURCES = lowdelay_tables.c