diff options
author | Karel Zak | 2008-09-06 15:28:40 +0200 |
---|---|---|
committer | Karel Zak | 2009-02-11 23:21:43 +0100 |
commit | 51410fc6deb29cae54a2669aafabae6c49f964fc (patch) | |
tree | 6117857f4be228ce38b16ba9794c12d7da5641c5 /config | |
parent | blkid: minor changes to library build system (diff) | |
download | kernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.tar.gz kernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.tar.xz kernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.zip |
blkid: add low level probing API
(sorry from the huge patch..)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/include-Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am index f9c2409d7..876fa3967 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -5,6 +5,7 @@ usrsbinexecdir = ${exec_prefix}/sbin AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = -fsigned-char +AM_LDFLAGS = # 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 |