diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 09:15:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 09:15:05 -0600 |
commit | c860f693411ceb717267f8b1873dd91613723f3b (patch) | |
tree | 5e08982df3244b08e76b64c827b98641b7bb4950 /Makefile.am | |
parent | 88be27c0e1f3a54658d4e3740ef9ae4632e30b8b (diff) | |
parent | f23c54ff5fee5587c31ecb8bf176b58fa3d4be1d (diff) | |
download | ayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.tar.gz ayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.tar.bz2 ayatana-indicator-application-c860f693411ceb717267f8b1873dd91613723f3b.zip |
* Flesh out the library to have stuff working.
* Updating test suite to run under dbus-test-runner.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fb738a5..4eb69d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = data \ - src + src \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |