diff options
author | Ted Gould <ted@gould.cx> | 2009-12-22 20:57:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-22 20:57:36 -0600 |
commit | 082554bfbf246c4fb4609ecae63d3bf01c85dda9 (patch) | |
tree | aa4be8079b3b2c1feaa2d5eb79bbe246bfc164fc | |
parent | 0c85926daf6361821a4a6023e8756d1634fbfd85 (diff) | |
download | libdbusmenu-082554bfbf246c4fb4609ecae63d3bf01c85dda9.tar.gz libdbusmenu-082554bfbf246c4fb4609ecae63d3bf01c85dda9.tar.bz2 libdbusmenu-082554bfbf246c4fb4609ecae63d3bf01c85dda9.zip |
Typo on variable name. Oh, I hate dynamically linked languages.
-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 aaa958a..5297dbd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -263,5 +263,5 @@ distclean-local: DISTCLEANFILES = \ $(TESTS) \ - $(OBJECT_XML_FILE) + $(OBJECT_XML_REPORT) |