summaryrefslogtreecommitdiff
path: root/test/functional/Test1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/Test1/Makefile.am')
-rw-r--r--test/functional/Test1/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/Test1/Makefile.am b/test/functional/Test1/Makefile.am
index f2bb38f..f8a1818 100644
--- a/test/functional/Test1/Makefile.am
+++ b/test/functional/Test1/Makefile.am
@@ -29,10 +29,10 @@ TestApp_SOURCES = \
TestAppIntroProvider.h
TestApp_LDFLAGS = \
- ../../../src/libdbus-c++-1.la
+ $(top_builddir)/src/libdbus-c++-1.la
TestApp_CXXFLAGS = \
- -I../../../include
+ -I$(top_srcdir)/include
AM_CPPFLAGS =