diff options
author | Ted Gould <ted@gould.cx> | 2010-06-28 23:20:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-28 23:20:11 -0500 |
commit | dea48a947149ecc92c99bd084c9c7ea2e32d4577 (patch) | |
tree | cd3bd2522769d75b72d2698153fc0b93e970bf0b /tests | |
parent | 50b6f428911e3683e66cd2dd352e431815e24eb7 (diff) | |
download | libdbusmenu-dea48a947149ecc92c99bd084c9c7ea2e32d4577.tar.gz libdbusmenu-dea48a947149ecc92c99bd084c9c7ea2e32d4577.tar.bz2 libdbusmenu-dea48a947149ecc92c99bd084c9c7ea2e32d4577.zip |
Typo
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 0fa15fc..d57a578 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -71,7 +71,7 @@ libdbusmenu_jsonloader_la_CFLAGS = \ libdbusmenu_jsonloader_la_LIBADD = \ $(DBUSMENUGLIB_LIBS) \ - $(DBUSMENUTEST_LIBS) + $(DBUSMENUTESTS_LIBS) pkgconfig_DATA = dbusmenu-jsonloader.pc pkgconfigdir = $(libdir)/pkgconfig |