summaryrefslogtreecommitdiff
path: root/gnome-pty-helper/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-pty-helper/Makefile.am')
-rw-r--r--gnome-pty-helper/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome-pty-helper/Makefile.am b/gnome-pty-helper/Makefile.am
index bb54503d..10a1c896 100644
--- a/gnome-pty-helper/Makefile.am
+++ b/gnome-pty-helper/Makefile.am
@@ -7,6 +7,9 @@ gnome_pty_helper_SOURCES = \
gnome-pty-helper.c \
gnome-utmp.c
+gnome_pty_helper_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
+gnome_pty_helper_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
+
install-exec-hook:
chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true