File: Makefile.am

package info (click to toggle)
oddjob 0.34.7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,520 kB
  • sloc: ansic: 6,003; sh: 4,517; makefile: 258; python: 3
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXTRA_DIST = \
	$(PACKAGE)d-sample.conf.in \
	$(PACKAGE)-sample.conf \
	$(PACKAGE)-sample.sh

daemonconfdir = $(sysconfdir)/$(PACKAGE)d.conf.d
systemdbusdir = $(sysconfdir)/@DBUS_PACKAGE@/system.d
pkglibexecdir = $(libexecdir)/$(PACKAGE)

if INSTALL_SAMPLE
daemonconf_DATA = $(PACKAGE)d-sample.conf
systemdbus_DATA = $(PACKAGE)-sample.conf
pkglibexec_SCRIPTS = $(PACKAGE)-sample.sh
endif