From 2b81464a43485fcc8ce079fafdee7b7a171835f4 Mon Sep 17 00:00:00 2001 From: Bertrand Marc Date: Wed, 2 May 2012 21:43:37 +0200 Subject: Imported Upstream version 0.9.2 --- Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1c804cb --- /dev/null +++ b/Makefile.am @@ -0,0 +1,29 @@ +INCLUDES = -I$(top_srcdir)/src/include +SUBDIRS = contrib doc m4 src po pkgconfig + +EXTRA_DIST = \ + ABOUT-NLS \ + config.rpath \ + install-sh \ + acinclude.m4 + +gnunetincludedir = $(includedir)/gnunet +gnunetinclude_HEADERS = gnunet_config.h + +docdir = $(datadir)/doc/gnunet/ +doc_DATA = COPYING + +ACLOCAL_AMFLAGS = -I m4 + +ChangeLog: + if test -f $(top_srcdir)/.svn/entries; then \ + svn log -v --xml -r HEAD:18409 | \ + xsltproc --stringparam ignore-message-starting "-" \ + --stringparam strip-prefix "gnunet" \ + --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ + fi + +dist: ChangeLog + +.PHONY: ChangeLog + -- cgit v1.2.3-18-g5258