releasing GNUnet 0.9.0
[oweals/gnunet.git] / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2 SUBDIRS  = contrib doc m4 src po pkgconfig
3
4 EXTRA_DIST = \
5  ABOUT-NLS \
6  config.rpath \
7  install-sh \
8  acinclude.m4
9
10 gnunetincludedir = $(includedir)/gnunet
11 gnunetinclude_HEADERS = gnunet_config.h
12
13 ACLOCAL_AMFLAGS = -I m4
14
15 ChangeLog:
16         if test -f $(top_srcdir)/.svn/entries; then \
17                 svn log -v --xml -r HEAD:18409 | \
18                         xsltproc --stringparam ignore-message-starting "-" \
19                                  --stringparam strip-prefix "gnunet" \
20                                  --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21         fi
22
23 dist: ChangeLog
24
25 .PHONY: ChangeLog
26