exchange/Makefile.am
Christian Grothoff 6d16958a5c
fix #7255
2022-06-12 22:47:32 +02:00

24 lines
377 B
Makefile

# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if DOC_ONLY
if ENABLE_DOC
SUBDIRS = . contrib doc po
else
SUBDIRS = . contrib po
endif
else
if ENABLE_DOC
SUBDIRS = . contrib src doc po
else
SUBDIRS = . contrib src po
endif
endif
@DX_RULES@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = build-aux/config.rpath \
AUTHORS \
README.1st