exchange/Makefile.am

24 lines
377 B
Makefile
Raw Permalink 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
@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 \
2021-11-16 17:06:27 +01:00
AUTHORS \
README.1st