summaryrefslogtreecommitdiffstats
path: root/config/include-Makefile.am
blob: 59f40b97d878cffd64841f7713e9342ad6fa3f3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The original default vaues of bindir and sbindir:
usrbinexecdir = ${exec_prefix}/bin
usrsbinexecdir = ${exec_prefix}/sbin

AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
	-DLOCALEDIR=\"$(localedir)\"
AM_CFLAGS = -fsigned-char

# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
# Unlike with other dist primaries, the files are not distributed if the
# conditional is false.
# Work the bug around until it is fixed:
dist_noinst_DATA = $(man_MANS)