diff options
author | Ted Gould <ted@gould.cx> | 2010-06-28 23:20:33 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-28 23:20:33 -0500 |
commit | 6a7136550130ee0c9fe9e67d99cdf8fcc7b41b69 (patch) | |
tree | 0c325b7935f641cc8576108fdb6feba59639892b | |
parent | 45c486d5ad797969cced95a68968b9f28c3cdbed (diff) | |
parent | dea48a947149ecc92c99bd084c9c7ea2e32d4577 (diff) | |
download | libdbusmenu-6a7136550130ee0c9fe9e67d99cdf8fcc7b41b69.tar.gz libdbusmenu-6a7136550130ee0c9fe9e67d99cdf8fcc7b41b69.tar.bz2 libdbusmenu-6a7136550130ee0c9fe9e67d99cdf8fcc7b41b69.zip |
Typo
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/tests/Makefile.in b/tests/Makefile.in index 3f07d2c..75314d0 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -575,7 +575,7 @@ libdbusmenu_jsonloader_la_CFLAGS = \ libdbusmenu_jsonloader_la_LIBADD = \ $(DBUSMENUGLIB_LIBS) \ - $(DBUSMENUTEST_LIBS) + $(DBUSMENUTESTS_LIBS) pkgconfig_DATA = dbusmenu-jsonloader.pc pkgconfigdir = $(libdir)/pkgconfig |