aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-02-05 11:49:40 -0800
committerSebastien Bacher <seb128@ubuntu.com>2010-02-05 11:49:40 -0800
commit67b12d9f2549670f528fd098c737d93761cd5d74 (patch)
treea66ec57b2843046bb248964c6b4d6e081f54ca77 /tests/Makefile.am
parent730e7609ef6042130f945f8ac43a8220171fee37 (diff)
parente8ac2fcb6cd946e90e873970976f6ae64354947c (diff)
downloadlibdbusmenu-67b12d9f2549670f528fd098c737d93761cd5d74.tar.gz
libdbusmenu-67b12d9f2549670f528fd098c737d93761cd5d74.tar.bz2
libdbusmenu-67b12d9f2549670f528fd098c737d93761cd5d74.zip
releasing version 0.2.3-0ubuntu1
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 \