README: add deprecation notice
[nautilus-actions.git] / src / api / Makefile.am
blob54d4baa4f558d2e92245d80a4fb1fe7a16b9a606
1 # FileManager-Actions
2 # A file-manager extension which offers configurable context menu actions.
4 # Copyright (C) 2005 The GNOME Foundation
5 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
6 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
8 # FileManager-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.
13 # FileManager-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.
18 # You should have received a copy of the GNU General Public License
19 # along with FileManager-Actions; see the file COPYING. If not, see
20 # <http://www.gnu.org/licenses/>.
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)
28 api_includedir = $(pkgincludedir)
30 api_include_HEADERS = \
31         fma-extension.h                                                                         \
32         \
33         fma-dbus.h                                                                                      \
34         fma-iexporter.h                                                                         \
35         fma-iimporter.h                                                                         \
36         fma-ifactory-provider.h                                                         \
37         fma-ifactory-provider-provider.h                                        \
38         fma-iio-provider.h                                                                      \
39         \
40         fma-boxed.h                                                                                     \
41         fma-core-utils.h                                                                        \
42         fma-data-boxed.h                                                                        \
43         fma-data-def.h                                                                          \
44         fma-data-types.h                                                                        \
45         fma-fm-defines.h                                                                        \
46         fma-gconf-monitor.h                                                                     \
47         fma-gconf-utils.h                                                                       \
48         fma-icontext.h                                                                          \
49         fma-iduplicable.h                                                                       \
50         fma-ifactory-object.h                                                           \
51         fma-ifactory-object-data.h                                                      \
52         fma-object-api.h                                                                        \
53         fma-object.h                                                                            \
54         fma-object-id.h                                                                         \
55         fma-object-item.h                                                                       \
56         fma-object-action.h                                                                     \
57         fma-object-profile.h                                                            \
58         fma-object-menu.h                                                                       \
59         fma-timeout.h                                                                           \
60         $(NULL)