diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2010-08-12 15:21:26 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2010-08-12 15:21:26 -0400 |
| commit | 89f235bd0727331327603ee98cdd4febc14e5972 (patch) | |
| tree | 9141bd31da18e9456ad53621e2fec5f7ea6052ed /tests/Makefile.in | |
| parent | 21da9f124d05ccd47429f971d790fb95918b8a89 (diff) | |
| parent | 085986320e5de6be3e1d6e1521eb6c5fa83234f2 (diff) | |
| download | libdbusmenu-89f235bd0727331327603ee98cdd4febc14e5972.tar.gz libdbusmenu-89f235bd0727331327603ee98cdd4febc14e5972.tar.bz2 libdbusmenu-89f235bd0727331327603ee98cdd4febc14e5972.zip | |
releasing version 0.3.10-0ubuntu1
Diffstat (limited to 'tests/Makefile.in')
| -rw-r--r-- | tests/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 1958aec..33046c9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -38,8 +38,9 @@ build_triplet = @build@ host_triplet = @host@ TESTS = test-glib-objects-test test-glib-layout test-glib-properties \ test-glib-proxy test-glib-simple-items$(EXEEXT) \ - test-glib-submenu test-gtk-objects-test test-gtk-label \ - test-gtk-shortcut test-gtk-reorder test-gtk-submenu + test-glib-submenu test-json test-gtk-objects-test \ + test-gtk-label test-gtk-shortcut test-gtk-reorder \ + test-gtk-submenu check_PROGRAMS = glib-server-nomenu$(EXEEXT) \ test-glib-objects$(EXEEXT) test-glib-layout-client$(EXEEXT) \ test-glib-layout-server$(EXEEXT) \ @@ -510,6 +511,8 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ |
