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