diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 21:44:51 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 21:44:51 -0600 |
commit | 1a528a74f3e4ed386f7c0325407de6f8e40c6f2a (patch) | |
tree | 30073439e12c16cd12d65e7f95241e6fcf6c987b /tests | |
parent | 10aa800201db066427fa17b055c33cae00d23d2a (diff) | |
download | libayatana-indicator-1a528a74f3e4ed386f7c0325407de6f8e40c6f2a.tar.gz libayatana-indicator-1a528a74f3e4ed386f7c0325407de6f8e40c6f2a.tar.bz2 libayatana-indicator-1a528a74f3e4ed386f7c0325407de6f8e40c6f2a.zip |
Make the tester dynamically link the lib so that there's not two versions of everything.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a7d01ec..656d53e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,7 +20,9 @@ test_loader_CFLAGS = \ -DBUILD_DIR="\"$(builddir)\"" test_loader_LDADD = \ - $(LIBINDICATOR_LIBS) $(top_builddir)/libindicator/.libs/libindicator.a + $(LIBINDICATOR_LIBS) \ + -L$(top_builddir)/libindicator/.libs \ + -lindicator ############################# # Dummy Indicator Blank |