diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-02-15 09:30:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-15 09:30:34 -0600 |
commit | 27cdc75f4e27bec7154642030ecf739fca29978f (patch) | |
tree | 38be789536523229ba10896288e3c004249c1d7e /tests | |
parent | 9ac551998017804c2e9024d22d809e22a63987ce (diff) | |
download | libayatana-indicator-27cdc75f4e27bec7154642030ecf739fca29978f.tar.gz libayatana-indicator-27cdc75f4e27bec7154642030ecf739fca29978f.tar.bz2 libayatana-indicator-27cdc75f4e27bec7154642030ecf739fca29978f.zip |
Add session.conf.in to dist
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f15309d..5c4ad26 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,9 @@ 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 ############################# # Test Loader |