diff options
author | Ted Gould <ted@canonical.com> | 2009-04-20 12:16:33 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-20 12:16:33 -0500 |
commit | 443c83ab353b818227270aa63f655fb2cbdbeba7 (patch) | |
tree | 0dafc3d9064931ff9eb6f57ef336309877c18ec4 /tests/Makefile.am | |
parent | 5f5f476f35b49a46e13224336a56ef0bbccd45a0 (diff) | |
download | libayatana-indicator-443c83ab353b818227270aa63f655fb2cbdbeba7.tar.gz libayatana-indicator-443c83ab353b818227270aa63f655fb2cbdbeba7.tar.bz2 libayatana-indicator-443c83ab353b818227270aa63f655fb2cbdbeba7.zip |
Woot, now we do distcheck too
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f1c6d3..36818b8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,9 @@ libexec_PROGRAMS = \ test-simple-client \ test-simple-server +EXTRA_DIST = \ + $(TESTS) + test_simple: test-simple-client test-simple-server test_simple_client_SOURCES = \ |