exchange/Makefile.am

28 lines
517 B
Makefile
Raw Normal View History

# This Makefile.am is in the public domain
2015-01-08 18:37:20 +01:00
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if DOC_ONLY
if ENABLE_DOC
2021-04-05 20:11:45 +02:00
SUBDIRS = . contrib doc po
else
2021-04-05 20:11:45 +02:00
SUBDIRS = . contrib po
endif
else
if ENABLE_DOC
2021-04-05 20:11:45 +02:00
SUBDIRS = . contrib src doc po
else
2021-04-05 20:11:45 +02:00
SUBDIRS = . contrib src po
endif
endif
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
@DX_RULES@
2015-01-08 18:37:20 +01:00
ACLOCAL_AMFLAGS = -I m4
2021-04-05 20:11:45 +02:00
EXTRA_DIST = build-aux/config.rpath \
2020-07-24 12:43:33 +02:00
AUTHORS