diff options
author | Ted Gould <ted@gould.cx> | 2011-02-16 14:46:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-16 14:46:36 -0600 |
commit | 2b78c2fe68593532f69ce18a6898058dfa67e10c (patch) | |
tree | 56aee35a7658caf103e63f3da9b87be00f758457 | |
parent | 9ac551998017804c2e9024d22d809e22a63987ce (diff) | |
parent | e137b600d7866fd7b42d99f97f28bddb5478abe9 (diff) | |
download | libayatana-indicator-2b78c2fe68593532f69ce18a6898058dfa67e10c.tar.gz libayatana-indicator-2b78c2fe68593532f69ce18a6898058dfa67e10c.tar.bz2 libayatana-indicator-2b78c2fe68593532f69ce18a6898058dfa67e10c.zip |
Fixing makefile to include all the necissary files in dist
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f15309d..569055c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,12 @@ lib_LTLIBRARIES = \ DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf XVFB_RUN=". $(srcdir)/run-xvfb.sh" -EXTRA_DIST = run-xvfb.sh +EXTRA_DIST = \ + run-xvfb.sh \ + session.conf.in \ + service-manager-connect.service.in \ + service-version-bad.service.in \ + service-version-good.service.in ############################# # Test Loader |