File: Makefile.am

package info (click to toggle)
telepathy-sofiasip 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,772 kB
  • ctags: 1,184
  • sloc: sh: 10,250; ansic: 9,986; python: 2,621; makefile: 362; xml: 15
file content (13 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Dbus service file
BUILT_FILES = $(service_in_files:.service.in=.service)

servicedir = $(datadir)/dbus-1/services
service_in_files = org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in
service_DATA = $(BUILT_FILES)
CLEANFILES = $(BUILT_FILES)

EXTRA_DIST = $(service_in_files)

# Rule to make the service file with libexecdir expanded
$(service_DATA): $(service_in_files) Makefile
	@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@