telepathy-cauchy/data/Makefile.am
Gergely Polonkai 5fc195d972 Rename project to telepathy-cauchy
This is to comply with the recommendation not to use the protocol
name as the connection manager name.
2016-03-11 00:36:16 +01:00

20 lines
558 B
Makefile

# Telepathy manager file
managerdir = $(datadir)/telepathy/managers
manager_DATA = cauchy.manager
# Dbus service file
BUILT_FILES = $(service_in_files:.service.in=.service)
servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.freedesktop.Telepathy.ConnectionManager.cauchy.service.in
service_DATA = $(BUILT_FILES)
CLEANFILES = $(BUILT_FILES)
# Rule to make the service file with libexecdir expanded
$(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
EXTRA_DIST= \
${service_in_files} \
${manager_DATA}