--- projects/libstatgrab/src/saidar/Makefile.am 2003/10/04 16:05:57 1.1 +++ projects/libstatgrab/src/saidar/Makefile.am 2003/10/09 10:37:42 1.2 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/saidar # http://www.i-scream.org/ -# $Id: Makefile.am,v 1.1 2003/10/04 16:05:57 tdb Exp $ +# $Id: Makefile.am,v 1.2 2003/10/09 10:37:42 tdb Exp $ if SAIDAR bin_PROGRAMS = saidar @@ -13,3 +13,12 @@ INCLUDES = @SAIDARCPPFLAGS@ -I$(top_srcdir) -I$(top_bu -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @SAIDARLIBS@ @LINKFLAGS@ + +if SETGIDBINS +# Some operating systems need the binary to be setgid kmem +install-exec-local: + chgrp kmem @bindir@/saidar + chmod g+s @bindir@/saidar +else +install-exec-local: +endif