diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 15:26:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 15:26:03 -0600 |
commit | 0a4d6689dccccc0556c4ec811e2783442a97fae9 (patch) | |
tree | a52a4c64c05893dd8fb6cd031bad1c9391ce18e4 /tests | |
parent | 53c9f60b7438764853c54d977a37b267bdf64485 (diff) | |
download | libayatana-indicator-0a4d6689dccccc0556c4ec811e2783442a97fae9.tar.gz libayatana-indicator-0a4d6689dccccc0556c4ec811e2783442a97fae9.tar.bz2 libayatana-indicator-0a4d6689dccccc0556c4ec811e2783442a97fae9.zip |
A backslash off
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ab776a9..c7c9a1d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -64,7 +64,7 @@ test-desktop-shortcuts-tester: test-desktop-shortcuts Makefile.am TESTS += test-desktop-shortcuts-tester DISTCLEANFILES += test-desktop-shortcuts-tester \ - $(DS_XML_REPORT) + $(DS_XML_REPORT) \ $(DS_HTML_REPORT) |