File: Makefile.am

package info (click to toggle)
biometric-authentication 0.9.72-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,128 kB
  • sloc: ansic: 8,410; python: 646; makefile: 349; sh: 264; xml: 232
file content (28 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (3)
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
NULL =

dbusifdir = $(datadir)/dbus-1/interfaces
dist_dbusif_DATA = org.ukui.Biometric.xml

dbusconfdir = $(sysconfdir)/dbus-1/system.d
dist_dbusconf_DATA = org.ukui.Biometric.conf

servicedir = /lib/systemd/system/
dist_service_DATA = biometric-authentication.service

initddir = /etc/init.d/
dist_initd_SCRIPTS = biometric-authentication

polkitdir = $(prefix)/share/polkit-1/actions

dist_polkit_DATA = org.ukui.biometric.policy \
	org.freedesktop.policykit.pkexec.biometric-authentication.policy \
	$(NULL)

if HAS_BIO_CONFIG_DIR
confdir = $(BIO_CONFIG_DIR)
else
confdir = $(sysconfdir)/biometric-auth
endif

driversconfdir = $(confdir)
dist_driversconf_DATA = biometric-drivers.conf