]> git.ipfire.org Git - thirdparty/util-linux.git/blame - config/include-Makefile.am
po: update POTFILES.in
[thirdparty/util-linux.git] / config / include-Makefile.am
CommitLineData
15a9b48c
SK
1# The original default vaues of bindir and sbindir:
2usrbinexecdir = ${exec_prefix}/bin
3usrsbinexecdir = ${exec_prefix}/sbin
b0a0d7d5 4usrlibexecdir = ${exec_prefix}/$(libdirname)
48d7b13a 5
30564097
SK
6AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
7 -DLOCALEDIR=\"$(localedir)\"
0f521197 8AM_CFLAGS = -fsigned-char
51410fc6 9AM_LDFLAGS =
d7b74546
SK
10
11# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
12# Unlike with other dist primaries, the files are not distributed if the
13# conditional is false.
14# Work the bug around until it is fixed:
a3ca3a44 15dist_noinst_DATA = $(dist_man_MANS)
b12991dd
KZ
16
17# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
18#
19ul_libblkid_srcdir = $(top_builddir)/libs/blkid/src
20ul_libblkid_la = $(ul_libblkid_srcdir)/libblkid.la
21
22$(ul_libblkid_la):
23 $(MAKE) -C $(ul_libblkid_srcdir)
24