-fix
[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 docdir = $(datadir)/doc/gnunet/
14 doc_DATA = COPYING
15
16 ACLOCAL_AMFLAGS = -I m4
17
18 ChangeLog:
19         if test -f $(top_srcdir)/.svn/entries; then \
20                 svn log -v --xml -r HEAD:18409 | \
21                         xsltproc --stringparam ignore-message-starting "-" \
22                                  --stringparam strip-prefix "gnunet" \
23                                  --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
24         fi
25
26 dist: ChangeLog
27
28 .PHONY: ChangeLog
29