diff options
author | Ted Gould <ted@gould.cx> | 2010-06-28 23:22:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-28 23:22:58 -0500 |
commit | 3b991803b808c158edb3062d2b962cdf9d8ed2d2 (patch) | |
tree | bc26cc04ed8963617ba3c7a576966eb6aaf16fdf | |
parent | dea48a947149ecc92c99bd084c9c7ea2e32d4577 (diff) | |
download | libdbusmenu-3b991803b808c158edb3062d2b962cdf9d8ed2d2.tar.gz libdbusmenu-3b991803b808c158edb3062d2b962cdf9d8ed2d2.tar.bz2 libdbusmenu-3b991803b808c158edb3062d2b962cdf9d8ed2d2.zip |
Adding in the glib lib too.
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d57a578..63857a2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -70,6 +70,7 @@ libdbusmenu_jsonloader_la_CFLAGS = \ -DG_LOG_DOMAIN="\"LIBDBUSMENU-JSONLOADER\"" libdbusmenu_jsonloader_la_LIBADD = \ + ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) \ $(DBUSMENUTESTS_LIBS) |