1# Nautilus-Actions
2# A Nautilus extension which offers configurable context menu actions.
3#
4# Copyright (C) 2005 The GNOME Foundation
5# Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
6# Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
7#
8# Nautilus-Actions is free software; you can redistribute it and/or
9# modify it under the terms of the GNU General Public License as
10# published by the Free Software Foundation; either version 2 of
11# the License, or (at your option) any later version.
12#
13# Nautilus-Actions is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16# General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with Nautilus-Actions; see the file COPYING. If not, see
20# <http://www.gnu.org/licenses/>.
21#
22# Authors:
23#   Frederic Ruaudel <grumz@grumz.net>
24#   Rodrigo Moya <rodrigo@gnome-db.org>
25#   Pierre Wieser <pwieser@trychlos.org>
26#   ... and many others (see AUTHORS)
27
28api_includedir = $(pkgincludedir)
29
30api_include_HEADERS = \
31	na-extension.h										\
32	\
33	na-dbus.h											\
34	na-iexporter.h										\
35	na-iimporter.h										\
36	na-ifactory-provider.h								\
37	na-ifactory-provider-provider.h						\
38	na-iio-provider.h									\
39	\
40	na-boxed.h											\
41	na-core-utils.h										\
42	na-data-boxed.h										\
43	na-data-def.h										\
44	na-data-types.h										\
45	na-gconf-monitor.h									\
46	na-gconf-utils.h									\
47	na-icontext.h										\
48	na-iduplicable.h									\
49	na-ifactory-object.h								\
50	na-ifactory-object-data.h							\
51	na-object-api.h										\
52	na-object.h											\
53	na-object-id.h										\
54	na-object-item.h									\
55	na-object-action.h									\
56	na-object-profile.h									\
57	na-object-menu.h									\
58	na-timeout.h										\
59	$(NULL)
60