summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9d2a8f8f28caceb15849e699881ff5cbffc4d231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This Makefile is in the public domain

if DOC_ONLY
if ENABLE_DOC
  SUBDIRS = . doc po
else
  SUBDIRS = . po
endif
else
if ENABLE_DOC
  SUBDIRS = . contrib src doc po
else
  SUBDIRS = . contrib src doc po
endif
endif

@DX_RULES@

ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config.rpath  \
 AUTHORS \
 COPYING.AGPL \
 contrib/gnunet.tag \
 contrib/uncrustify.cfg \
 contrib/uncrustify_precommit