X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile.am;h=0a4d4bc4a2d302e02cb14f9cc1cb3a4c78342e82;hb=7210dbf830593e28677e77e3cad980804ad4f66f;hp=7a982a6c80efa4d843e50ab5087865df9bb5b6cc;hpb=085b1f0950d60828fd877eb8e631663f161812ea;p=xournal.git diff --git a/Makefile.am b/Makefile.am index 7a982a6..0a4d4bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,9 @@ SUBDIRS = src EXTRA_DIST = \ autogen.sh \ xournal.glade \ - xournal.gladep + xournal.gladep \ + maemo/xournal.desktop \ + maemo/xournal.service install-data-local: @$(NORMAL_INSTALL) @@ -50,3 +52,10 @@ dist-hook: fi \ fi +if USE_HILDON +desktopdir = $(datadir)/applications/hildon +desktop_DATA = maemo/xournal.desktop + +servicedir = $(libdir)/dbus-1.0/services +service_DATA = maemo/xournal.service +endif