# Makefile.am # # Copyright (C) 2019 Vivien Kraus # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see # . dbusdir = $(datadir)/dbus-1 servicesdbusdir = $(dbusdir)/services servicesdbus_DATA += %reldir%/eu.planete_kraus.Tarot.service $(srcdir)/%reldir%/eu.planete_kraus.Tarot.service: config.h %reldir%/dbus-service.am $(AM_V_GEN) (echo "[D-BUS Service]" ; \ echo "Names=eu.planete_kraus.Tarot" ; \ echo "Exec=LANG=C $(bindir)/tarot --dbus-server") \ > $(srcdir)/%reldir%/eu.planete_kraus.Tarot.service-t @mv $(srcdir)/%reldir%/eu.planete_kraus.Tarot.service-t \ $(srcdir)/%reldir%/eu.planete_kraus.Tarot.service