[nautilus-actions] Create maintainer/Makefile.am



commit 4cf810ac336010c725584679da8682ad59d5be0e
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jan 30 19:31:16 2014 +0100

    Create maintainer/Makefile.am

 ChangeLog              |    5 ++-
 maintainer/Makefile.am |   49 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5cba823..650f0c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
 2014-01-30 Pierre Wieser <pwieser trychlos org>
 
-       * maintainer/README: New file.
+       * maintainer/README:
+       * maintainer/Makefile.am: New files.
 
        * run-autogen.sh:
        * run-distcheck.sh:
        * tools/check-po.sh:
-       * tools/check-headers.sh Move to maintainer/.
+       * tools/check-headers.sh: Move to maintainer/.
 
 2014-01-27 Pierre Wieser <pwieser trychlos org>
 
diff --git a/maintainer/Makefile.am b/maintainer/Makefile.am
new file mode 100644
index 0000000..30344a5
--- /dev/null
+++ b/maintainer/Makefile.am
@@ -0,0 +1,49 @@
+# Nautilus-Actions
+# A Nautilus extension which offers configurable context menu actions.
+#
+# Copyright (C) 2005 The GNOME Foundation
+# Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
+# Copyright (C) 2009-2014 Pierre Wieser and others (see AUTHORS)
+#
+# Nautilus-Actions is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# Nautilus-Actions is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Nautilus-Actions; see the file COPYING. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+# Authors:
+#   Frederic Ruaudel <grumz grumz net>
+#   Rodrigo Moya <rodrigo gnome-db org>
+#   Pierre Wieser <pwieser trychlos org>
+#   ... and many others (see AUTHORS)
+
+noinst_PROGRAMS = \
+       check-header                                                                                          
  \
+       $(NULL)
+
+AM_CPPFLAGS += \
+       -I $(top_srcdir)                                                                                      
  \
+       -I $(top_srcdir)/src                                                                            \
+       $(NAUTILUS_ACTIONS_CFLAGS)                                                                      \
+       $(NULL)
+
+check_header_SOURCES = \
+       check-header.c                                                                                        
  \
+       $(NULL)
+
+check_header_LDADD = \
+       $(top_builddir)/src/core/libna-core.la                                          \
+       $(NAUTILUS_ACTIONS_LIBS)                                                                        \
+       $(NULL)
+
+# this is just a fake code to have the make behave well
+check-header.c:
+       [ -s $@ ] || echo "int main( int argc, char **argv ){ return 0; }" > $@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]