2015-02-08 00:17:40 +01:00
|
|
|
# This Makefile.am is in the public domain
|
2015-01-08 18:37:20 +01:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
2017-06-04 10:22:11 +02:00
|
|
|
|
2021-01-05 11:16:27 +01:00
|
|
|
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
|
2017-06-04 10:22:11 +02:00
|
|
|
|
2020-07-24 12:43:33 +02:00
|
|
|
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
|
|
|
|
|
2017-06-04 10:22:11 +02:00
|
|
|
@DX_RULES@
|
|
|
|
|
2015-01-08 18:37:20 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2019-12-20 20:10:46 +01:00
|
|
|
EXTRA_DIST = \
|
2020-07-24 12:43:33 +02:00
|
|
|
AUTHORS
|