-
Notifications
You must be signed in to change notification settings - Fork 6
/
Makefile.conf
91 lines (79 loc) · 2.82 KB
/
Makefile.conf
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# $Id$
#
# scanbd - KMUX scanner button daemon
#
# Copyright (C) 2008 - 2012 Wilhelm Meier ([email protected])
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Makefile.conf is generated from Makefile.conf.in
# prefix
# =======
# The makefile will normally build and install scanbd in /usr/local
# Set a different prefix here if you want a different prefix
# PREFIX=/usr/local
# bin_dir
# ========
# Programs are normally installed in <prefix>/sbin
# Uncomment the following line to change the install location
# BIN_DIR=/my/own/path
# Scanbd configuration directory. Default: <prefix>/etc
# Uncomment the following line to change the location
# SCANBD_CFG_DIR=/etc
# scanbuttond backends location
# =============================
# Backends are normally installed in <prefix>/lib/scanbuttond/backends
# This path is not used, unless scanbuttond backends are enables, see
# below
# Uncomment the following line to change the location
# SCANBUTTOND_LIB_DIR=$(SCANBD_CFG_DIR)/scanbuttond/backends
# Use scanbuttond backends or sane?
# =================================
# If you want to use scanbuttond backends instead of sane, uncomment the
# following line:
# USE_SCANBUTTOND=1
# Disable debugging code
# ======================
# If you want to disable debugging code, uncomment the following line
# NDEBUG=1
# Scanbd User
# ===========
# The Makefile will normally correctly set the userid for scanbd for you
# Set the required userid here if you need to change it. This will
# override the default
# SCANBD_USER=myuser
# Scanbd group
# ============
# The Makefile will normally correctly set the groupid for scanbd for you
# Set the required userid here if you need to change it. This will
# override the default
# GROUP=mygroup
# saned path
# ==========
# Path where saned lives. Defaults to /usr/sbin/saned
# SANED_PATH=/usr/sbin/scanbd
# Do we have UDEV?
# Uncomment the following to enable UDEV
# USE_LIBUDEV = yes
# And this to disable UDEV
# USE_LIBUDEV =
# Do we have HAL?
# Uncomment the following to enable HAL
# USE_HAL = yes
# And this to disable HAL
# USE_HAL =
# Set the DBUS_PREFIX so we can find includes and libs
# Should normally not be required
# DBUS_PREFIX = /usr/local