README: add deprecation notice
[nautilus-actions.git] / maintainer / Makefile.am
blob43de3b8c6211ae901ef45bd2212affae91751371
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 noinst_PROGRAMS = \
29         check-header                                                                                            \
30         $(NULL)
32 AM_CPPFLAGS += \
33         -I $(top_srcdir)                                                                                        \
34         -I $(top_srcdir)/src                                                                            \
35         $(NAUTILUS_ACTIONS_CFLAGS)                                                                      \
36         $(NULL)
38 # This seems to be an 'egg and chicken' problem: this source program
39 # has nothing to do in the distributed tarball, but has to be present
40 # in order to be able to make distcheck
41 check_header_SOURCES = \
42         check-header.c                                                                                          \
43         $(NULL)
45 check_header_LDADD = \
46         $(top_builddir)/src/core/libfma-core.la                                         \
47         $(NAUTILUS_ACTIONS_LIBS)                                                                        \
48         $(NULL)