diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 17:53:01 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 17:53:01 -0400 |
commit | 1b828c9f669ce1364618387d13fc8a134244e2ba (patch) | |
tree | d043a9eb9a56f4194e8b47d6aca056dd497fbfd5 /tests | |
parent | d946049ea36d1c6a0946750655eac070566f4974 (diff) | |
download | libayatana-indicator-1b828c9f669ce1364618387d13fc8a134244e2ba.tar.gz libayatana-indicator-1b828c9f669ce1364618387d13fc8a134244e2ba.tar.bz2 libayatana-indicator-1b828c9f669ce1364618387d13fc8a134244e2ba.zip |
Apparently they have to be installable to get the .so. Fail.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ad5e5c6..52cc224 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ check_PROGRAMS = \ test-loader -check_LTLIBRARIES = \ +lib_LTLIBRARIES = \ libdummy-indicator-null.la ############################# |