summaryrefslogtreecommitdiffstats
path: root/term-utils/Makefile.am
diff options
context:
space:
mode:
authorPetr Uzel2011-08-02 15:27:32 +0200
committerKarel Zak2011-08-08 11:49:43 +0200
commite3c5ef39e3295062f79d1a9b30e63ef1566f5147 (patch)
treeeebb6c777824e40322affc91a2415599e5fcc6d9 /term-utils/Makefile.am
parentlook: fix manpage formatting (diff)
downloadkernel-qcow2-util-linux-e3c5ef39e3295062f79d1a9b30e63ef1566f5147.tar.gz
kernel-qcow2-util-linux-e3c5ef39e3295062f79d1a9b30e63ef1566f5147.tar.xz
kernel-qcow2-util-linux-e3c5ef39e3295062f79d1a9b30e63ef1566f5147.zip
wall: build with SUID_{C,LD}FLAGS
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'term-utils/Makefile.am')
-rw-r--r--term-utils/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/term-utils/Makefile.am b/term-utils/Makefile.am
index 7b545c38d..b423bbde1 100644
--- a/term-utils/Makefile.am
+++ b/term-utils/Makefile.am
@@ -55,6 +55,8 @@ if BUILD_WALL
usrbin_exec_PROGRAMS += wall
wall_SOURCES = wall.c ttymsg.c ttymsg.h $(top_srcdir)/lib/strutils.c
dist_man_MANS += wall.1
+wall_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
+wall_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
endif
if BUILD_WRITE