diff options
author | Ted Gould <ted@canonical.com> | 2009-06-25 09:37:06 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-25 09:37:06 -0500 |
commit | 1c755c0bcd185b64ad9ff23528f947b53e42aeb0 (patch) | |
tree | 987795d073df03c64165b061b8ef27e075c89d19 /tests/dbusmenu-gtk | |
parent | b3112f71ce313bdbef51bf486b5d59eef2e641fb (diff) | |
download | libdbusmenu-1c755c0bcd185b64ad9ff23528f947b53e42aeb0.tar.gz libdbusmenu-1c755c0bcd185b64ad9ff23528f947b53e42aeb0.tar.bz2 libdbusmenu-1c755c0bcd185b64ad9ff23528f947b53e42aeb0.zip |
Making it so that we don't distribute the .xml and .py file, but build them everytime.
Diffstat (limited to 'tests/dbusmenu-gtk')
-rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am index 713b3e9..02abd6d 100644 --- a/tests/dbusmenu-gtk/Makefile.am +++ b/tests/dbusmenu-gtk/Makefile.am @@ -13,9 +13,7 @@ dbusmenu.py: dbusmenu.py.in sed -e "s|\@srcdir\@|$(srcdir)|" $< > $@ EXTRA_DIST = \ - dbusmenu.xml \ dbusmenu.xml.in \ - dbusmenu.py \ dbusmenu.py.in \ dbusMenuTest \ data/blank_label_2levels.json \ |