Merge branch 'dev/ng0/5673_5616'
[oweals/gnunet.git] / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 # only documentation (ALL of the documentation)
5 if DOCUMENTATION_ONLY
6   SUBDIRS = doc
7 else
8   SUBDIRS = m4 src po pkgconfig
9 endif
10
11 # documentation on / off switch (affects all of the documentation)
12 if DOCUMENTATION
13   SUBDIRS += doc
14 endif
15
16 # only manpages, needs "doc" subdir
17 if INCLUDE_MANPAGES
18   SUBDIRS += doc
19 endif
20
21 if !TALER_ONLY
22   SUBDIRS += contrib
23 endif
24
25 EXTRA_DIST = \
26  ABOUT-NLS \
27  config.rpath \
28  acinclude.m4 \
29  README.1st
30
31 gnunetincludedir = $(includedir)/gnunet
32 gnunetinclude_HEADERS = gnunet_config.h
33
34 docdir = $(datadir)/doc/gnunet/
35 doc_DATA = COPYING README
36
37 ACLOCAL_AMFLAGS = -I m4