diff options
| author | Ted Gould <ted@gould.cx> | 2010-08-12 11:21:29 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-08-12 11:21:29 -0500 |
| commit | ce733747e2897da96f508668f39d4d92c78e5e4c (patch) | |
| tree | f41e7c13faca2812cd85e3d8eed62415ca7f89ce /tests/Makefile.in | |
| parent | 6d4b1a536a005c5ba42e0faadd5e55f34958b84d (diff) | |
| parent | 8985df16ddfd5cae82236b076131b69fb8d12803 (diff) | |
| download | libdbusmenu-ce733747e2897da96f508668f39d4d92c78e5e4c.tar.gz libdbusmenu-ce733747e2897da96f508668f39d4d92c78e5e4c.tar.bz2 libdbusmenu-ce733747e2897da96f508668f39d4d92c78e5e4c.zip | |
Import upstream version 0.3.10
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@ |
