aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-05 10:54:11 -0800
committerTed Gould <ted@gould.cx>2010-02-05 10:54:11 -0800
commita207ebb4db1921fe122a9c78b97f17e7ec175a29 (patch)
tree40aac4e1366b820197a4568b391f00ce8583f904 /tests/Makefile.am
parent4a1e9ef344e3adf27769e9a051b2748e1fc1e12a (diff)
parent13e9606df07165627e9518bf7c30292a019124cf (diff)
downloadlibdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.tar.gz
libdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.tar.bz2
libdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.zip
Fixing dist to include json files and a new readme explaining the bench files.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
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 \