Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 SUBDIRS = doc m4 src po pkgconfig
5
6 if !TALER_ONLY
7   SUBDIRS += contrib
8 endif
9
10 EXTRA_DIST = \
11  ABOUT-NLS \
12  config.rpath \
13  install-sh \
14  acinclude.m4 \
15  README.1st
16
17 gnunetincludedir = $(includedir)/gnunet
18 gnunetinclude_HEADERS = gnunet_config.h
19
20 docdir = $(datadir)/doc/gnunet/
21 doc_DATA = COPYING README
22
23 ACLOCAL_AMFLAGS = -I m4
24