1## $Id: Makefile.am,v 1.4 2010/07/05 15:18:08 rlk Exp $
2## Copyright (C) 2000 Roger Leigh
3##
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2, or (at your option)
7## any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18## Process this file with automake to produce Makefile.in.
19
20@SET_MAKE@
21
22include $(top_srcdir)/scripts/global.mk
23
24
25## Data
26
27noinst_HEADERS = gutenprint-intl.h gutenprint-intl-internal.h
28
29pkginclude_HEADERS = \
30	gutenprint.h \
31	gutenprint-module.h \
32	array.h \
33	bit-ops.h \
34	channel.h \
35	color.h \
36	curve-cache.h \
37	curve.h \
38	dither.h \
39	image.h \
40	list.h \
41	module.h \
42	mxml.h \
43	paper.h \
44	path.h \
45	printers.h \
46	sequence.h \
47	string-list.h \
48	util.h \
49	vars.h \
50	weave.h \
51	xml.h
52
53nodist_pkginclude_HEADERS = gutenprint-version.h
54
55
56## Clean
57
58DISTCLEANFILES = gutenprint-version.h
59MAINTAINERCLEANFILES = Makefile.in
60
61EXTRA_DIST = gutenprint-version.h.in
62
63TAGS_FILES = gutenprint-version.h.in
64