From f0cf00dc4020ebe2f88784d77ee5a4ba6b3fe392 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 16 Jan 2009 08:15:56 -0800 Subject: [PATCH] dtest/dapltest: use $(top_builddir) for .la files during test builds Signed-off-by: Arlin Davis --- test/dapltest/Makefile.am | 2 +- test/dtest/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dapltest/Makefile.am b/test/dapltest/Makefile.am index d826f80..086286e 100755 --- a/test/dapltest/Makefile.am +++ b/test/dapltest/Makefile.am @@ -53,5 +53,5 @@ dapltest_SOURCES = \ udapl/udapl_tdep.c \ mdep/linux/dapl_mdep_user.c -dapltest_LDADD = $(srcdir)/../../dat/udat/libdat.la +dapltest_LDADD = $(top_builddir)/dat/udat/libdat.la dapltest_LDFLAGS = -lpthread diff --git a/test/dtest/Makefile.am b/test/dtest/Makefile.am index fb605ba..70bc10a 100755 --- a/test/dtest/Makefile.am +++ b/test/dtest/Makefile.am @@ -2,4 +2,4 @@ bin_PROGRAMS = dtest dtest_SOURCES = dtest.c dtest_CFLAGS = -g -Wall -D_GNU_SOURCE INCLUDES = -I $(srcdir)/../../dat/include -dtest_LDADD = $(srcdir)/../../dat/udat/libdat.la +dtest_LDADD = $(top_builddir)/dat/udat/libdat.la -- 2.46.0