File: Makefile.am

package info (click to toggle)
systraq 20201231-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,176 kB
  • sloc: sh: 821; makefile: 130
file content (20 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

etcdir = $(sysconfdir)/$(PACKAGE)
etc_DATA = filetraq.default

exampledir = $(datadir)/doc/$(PACKAGE)/examples
example_DATA= \
	snapshot_pub.homelist \
	snapshot_root.homelist \
	snapshot_pub.list \
	snapshot_root.list \
	filetraq.conf \
	systraq_is_not_upgraded \
	systraq_is_unconfigured \
	systraq

## crondir = @CRON_PATH@
## cron_DATA = systraq

EXTRA_DIST = $(example_DATA) $(etc_DATA)