File: Makefile.am

package info (click to toggle)
policykit-1 0.105-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 6,720 kB
  • sloc: ansic: 18,435; sh: 11,411; xml: 3,298; makefile: 767
file content (34 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Process this file with automake to produce Makefile.in

NULL =

servicedir       = $(datadir)/dbus-1/system-services
service_in_files = org.freedesktop.PolicyKit1.service.in
service_DATA     = $(service_in_files:.service.in=.service)

$(service_DATA): $(service_in_files) Makefile
	@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@

dbusconfdir = $(sysconfdir)/dbus-1/system.d
dbusconf_DATA = org.freedesktop.PolicyKit1.conf

if POLKIT_AUTHFW_PAM
pamdir = $(sysconfdir)/pam.d
pam_DATA = polkit-1
endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = polkit-gobject-1.pc polkit-backend-1.pc polkit-agent-1.pc

CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST = 							\
	org.freedesktop.PolicyKit1.Authority.xml 		\
	org.freedesktop.PolicyKit1.AuthenticationAgent.xml 	\
	$(service_in_files) 					\
	$(dbusconf_DATA) 					\
	$(NULL)


clean-local :
	rm -f *~ $(service_DATA)