diff options
author | Ted Gould <ted@gould.cx> | 2010-06-28 23:17:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-28 23:17:13 -0500 |
commit | 50b6f428911e3683e66cd2dd352e431815e24eb7 (patch) | |
tree | ea27cc9d127ecf81b1fe7690a200aa235c6e9d97 /tests | |
parent | 4df378827e9db26d9fad707224d25c0455e9d312 (diff) | |
download | libdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.tar.gz libdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.tar.bz2 libdbusmenu-50b6f428911e3683e66cd2dd352e431815e24eb7.zip |
Adding the need libraries for making the library.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
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 |