diff options
| author | Ted Gould <ted@gould.cx> | 2010-07-01 08:57:16 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-07-01 08:57:16 -0500 |
| commit | 50834a9544037e4e98ee890a704b99c209b8c138 (patch) | |
| tree | f831a75de0e9eac78947c34c0ec3000f9852c11e /tests | |
| parent | fb9b63c2247e5cc31c037f8e4cbd44b2962e930e (diff) | |
| parent | a79f1b295ca5a6a0f20cc899db9043a46aff22e9 (diff) | |
| download | libdbusmenu-50834a9544037e4e98ee890a704b99c209b8c138.tar.gz libdbusmenu-50834a9544037e4e98ee890a704b99c209b8c138.tar.bz2 libdbusmenu-50834a9544037e4e98ee890a704b99c209b8c138.zip | |
* New upstream release.
* Fixing up value handling in dbusmenu-dumper
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 6d2efe0..1f4806d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -93,7 +93,9 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(examplesdir)" \ "$(DESTDIR)$(libdbusmenu_jsonloaderincludedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libdbusmenu_jsonloader_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +libdbusmenu_jsonloader_la_DEPENDENCIES = \ + ../libdbusmenu-glib/libdbusmenu-glib.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_libdbusmenu_jsonloader_la_OBJECTS = \ libdbusmenu_jsonloader_la-json-loader.lo libdbusmenu_jsonloader_la_OBJECTS = \ |
