This should almost make it possible to pass --enable-documentation-only
[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 if DOCUMENTATION_ONLY
11   SUBDIRS = doc
12 endif
13
14 EXTRA_DIST = \
15  ABOUT-NLS \
16  config.rpath \
17  install-sh \
18  acinclude.m4 \
19  README.1st
20
21 gnunetincludedir = $(includedir)/gnunet
22 gnunetinclude_HEADERS = gnunet_config.h
23
24 docdir = $(datadir)/doc/gnunet/
25 doc_DATA = COPYING README
26
27 ACLOCAL_AMFLAGS = -I m4
28