diff options
Diffstat (limited to 'tests/dbusmenu-gtk/Makefile.am')
| -rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am new file mode 100644 index 0000000..2db9809 --- /dev/null +++ b/tests/dbusmenu-gtk/Makefile.am @@ -0,0 +1,15 @@ + +check: tests + +tests: mago + +mago: dbusmenu.xml + mago -f $(builddir)/dbusmenu.xml + +dbusmenu.xml: dbusmenu.xml.in + sed -e "s|\@srcdir\@|$(srcdir)|" $< > $@ + +EXTRA_DIST = dbusmenu.xml + +CLEANFILES = dbusmenu.xml + |
