security: extract domain from username in NTLM
[siplcs.git] / src / telepathy / data / Makefile.am
blobe02ba836ce70071a33b896c44e38dacb2537c61c
1 MAINTAINERCLEANFILES = \
2         Makefile.in
4 # D-Bus service file
5 servicedir       = $(datadir)/dbus-1/services
6 service_in_files = org.freedesktop.Telepathy.ConnectionManager.sipe.service.in
7 service_DATA     = $(service_in_files:%.service.in=%.service)
8 profiledir       = $(datadir)/telepathy/profiles
9 profile_DATA     = sipe.profile
10 EXTRA_DIST       = $(service_in_files) sipe.profile
11 CLEANFILES       = $(service_DATA)
13 # Rule to make the service file with libexecdir expanded
14 $(service_DATA): $(service_in_files) Makefile
15         $(AM_V_GEN)sed -e "s|\@libexecdir\@|$(libexecdir)|" $< >$@