--- projects/libstatgrab/src/saidar/Makefile.am 2003/10/09 10:37:42 1.2 +++ projects/libstatgrab/src/saidar/Makefile.am 2003/10/24 13:33:15 1.3 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/saidar # http://www.i-scream.org/ -# $Id: Makefile.am,v 1.2 2003/10/09 10:37:42 tdb Exp $ +# $Id: Makefile.am,v 1.3 2003/10/24 13:33:15 tdb Exp $ if SAIDAR bin_PROGRAMS = saidar @@ -14,11 +14,11 @@ INCLUDES = @SAIDARCPPFLAGS@ -I$(top_srcdir) -I$(top_bu LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @SAIDARLIBS@ @LINKFLAGS@ +install-exec-local: if SETGIDBINS +if SAIDAR # 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 endif