diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-05 10:35:58 -0800 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-05 10:35:58 -0800 |
commit | 13e9606df07165627e9518bf7c30292a019124cf (patch) | |
tree | 3439e3ebe1f65797bf79b70f96a6fe139ff8d83d /tests | |
parent | dc7cfbd6e190e4bdc0393491f599a315ccb963d1 (diff) | |
download | libdbusmenu-13e9606df07165627e9518bf7c30292a019124cf.tar.gz libdbusmenu-13e9606df07165627e9518bf7c30292a019124cf.tar.bz2 libdbusmenu-13e9606df07165627e9518bf7c30292a019124cf.zip |
Install JSON file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5297dbd..746ac23 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -231,10 +231,15 @@ examplesdir = $(docdir)/examples/ examples_DATA = \ $(glib_server_nomenu_SOURCES) +jsondir = $(datadir)/${PACKAGE}/json/ + +json_DATA = \ + test-gtk-label.json + EXTRA_DIST = \ $(examples_DATA) \ run-xvfb.sh \ - test-gtk-label.json \ + $(json_DATA) \ dbusmenu-gtk/dbusMenuTest \ dbusmenu-gtk/mago_tests/dbusmenu.xml \ dbusmenu-gtk/mago_tests/dbusmenu.py \ |