integrating ChangeLog generation with build system, removing ChangeLog from SVN control
[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  HACKING \
9  acinclude.m4
10
11 gnunetincludedir = $(includedir)/gnunet
12 gnunetinclude_HEADERS = gnunet_config.h
13
14 ACLOCAL_AMFLAGS = -I m4
15
16 ChangeLog:
17         if test -f $(top_srcdir)/.svn/entries; then \
18                 svn log -v --xml -r HEAD:18264 | \
19                         xsltproc --stringparam strip-prefix "-" \
20                                  --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21         fi