diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-05 11:49:40 -0800 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-05 11:49:40 -0800 |
| commit | 67b12d9f2549670f528fd098c737d93761cd5d74 (patch) | |
| tree | a66ec57b2843046bb248964c6b4d6e081f54ca77 /tests/Makefile.am | |
| parent | 730e7609ef6042130f945f8ac43a8220171fee37 (diff) | |
| parent | e8ac2fcb6cd946e90e873970976f6ae64354947c (diff) | |
| download | libdbusmenu-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.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 \ |
