aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
commitf7d971a8407224ddd8b1b8744d18a33032c9142d (patch)
tree3e1ddc33da39b4b5aeed4b50cf117bf3effeac12 /test
parent6251928d97a1e10fb7e0e4c2df6372e8cead133e (diff)
downloadayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.gz
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.bz2
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.zip
Makefile fixes for code under test lib.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 522568a..8986a40 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -80,8 +80,7 @@ libindicator_messages_service_la_CFLAGS = \
libindicator_messages_service_la_LIBADD = \
$(APPLET_LIBS) \
- libindicator-messages-status-provider.la
+ $(top_builddir)/src/.libs/libindicator-messages-status-provider.la
libindicator_messages_service_la_LDFLAGS = \
$(COVERAGE_LDFLAGS)
-