summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d2e8d8e05997263125a9b5f0e168300fff1fa281 (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
26
27
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include

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

BUILT_SOURCES = src/include/taler_error_codes.h

src/include/taler_error_codes.h: contrib/gana/gnu-taler-error-codes/registry.rec
	contrib/gana-update.sh

@DX_RULES@

ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =  \
  AUTHORS