diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 12:47:51 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 12:47:51 -0600 |
commit | 8f801277df211416ca9636b3d28ead43f9f50a35 (patch) | |
tree | 9ba348e8bdd89ecaec99fe600641673e44eff206 /configure.ac | |
parent | 487239d3df7362f7f5ec5d4934a8672787f557e7 (diff) | |
download | libayatana-indicator-8f801277df211416ca9636b3d28ead43f9f50a35.tar.gz libayatana-indicator-8f801277df211416ca9636b3d28ead43f9f50a35.tar.bz2 libayatana-indicator-8f801277df211416ca9636b3d28ead43f9f50a35.zip |
Moving the tests so that they can guarantee to build after the library
builds as otherwise they end up getting built first.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cff6775..7fe6675 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ Makefile src/Makefile libindicate/Makefile libindicate/indicate.pc -libindicate/tests/Makefile +tests/Makefile data/Makefile data/icons/Makefile data/icons/16x16/Makefile |