File: Makefile.am

package info (click to toggle)
scanbd 1.5.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,880 kB
  • sloc: sh: 11,695; ansic: 7,836; makefile: 259
file content (26 lines) | stat: -rw-r--r-- 529 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
scanbdconfdir = @SCANBD_CFG_DIR@/
scannerconfdir = @SCANBD_CFG_DIR@/scanner.d

scanbdconf_DATA = \
	scanbd.conf

scannerconf_DATA = \
	scanner.d/avision.conf \
	scanner.d/fujitsu.conf \
	scanner.d/hp.conf \
	scanner.d/pixma.conf \
	scanner.d/snapscan.conf \
	scanner.d/canon.conf \
	scanner.d/plustek.conf

EXTRA_DIST = \
	scanbd.conf \
	scanbd.conf.bsd \
	scanner.d/avision.conf \
	scanner.d/fujitsu.conf \
	scanner.d/hp.conf \
	scanner.d/pixma.conf \
	scanner.d/snapscan.conf \
	scanner.d/canon.conf \
	scanner.d/plustek.conf