aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-28 23:17:13 -0500
committerTed Gould <ted@gould.cx>2010-06-28 23:17:13 -0500
commit50b6f428911e3683e66cd2dd352e431815e24eb7 (patch)
treeea27cc9d127ecf81b1fe7690a200aa235c6e9d97 /tests/Makefile.am
parent4df378827e9db26d9fad707224d25c0455e9d312 (diff)
downloadlibdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.tar.gz
libdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.tar.bz2
libdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.zip
Adding the need libraries for making the library.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 521cfbb..0fa15fc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -70,7 +70,8 @@ libdbusmenu_jsonloader_la_CFLAGS = \
-DG_LOG_DOMAIN="\"LIBDBUSMENU-JSONLOADER\""
libdbusmenu_jsonloader_la_LIBADD = \
- $(DBUSMENUGLIB_LIBS)
+ $(DBUSMENUGLIB_LIBS) \
+ $(DBUSMENUTEST_LIBS)
pkgconfig_DATA = dbusmenu-jsonloader.pc
pkgconfigdir = $(libdir)/pkgconfig