1##  Makefile.am -- an automake template for a Makefile.in file
2##  Copyright (C) 2005--2006  Olaf Meeuwissen
3##
4##  This file is part of the "Image Scan!" build infra-structure.
5##
6##  The "Image Scan!" build infra-structure is free software.
7##  You can redistribute it and/or modify it under the terms of the GNU
8##  General Public License as published by the Free Software Foundation;
9##  either version 2 of the License or at your option any later version.
10##
11##  This program is distributed in the hope that it will be useful, but
12##  WITHOUT ANY WARRANTY;  without even the implied warranty of FITNESS
13##  FOR A PARTICULAR PURPOSE or MERCHANTABILITY.
14##  See the GNU General Public License for more details.
15##
16##  You should have received a verbatim copy of the GNU General Public
17##  License along with this program; if not, write to:
18##
19##      Free Software Foundation, Inc.
20##      59 Temple Place, Suite 330
21##      Boston, MA  02111-1307  USA
22
23dist_pkglib_SCRIPTS = \
24	make-udev-rules
25
26EXTRA_DIST = \
27	bootstrap \
28	hotplug/iscan.usermap \
29	hotplug/iscan-device
30