ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/saidar/Makefile.am
(Generate patch)

Comparing projects/libstatgrab/src/saidar/Makefile.am (file contents):
Revision 1.1 by tdb, Sat Oct 4 16:05:57 2003 UTC vs.
Revision 1.2 by tdb, Thu Oct 9 10:37:42 2003 UTC

# Line 13 | Line 13 | INCLUDES = @SAIDARCPPFLAGS@ -I$(top_srcdir) -I$(top_bu
13             -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab
14  
15   LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @SAIDARLIBS@ @LINKFLAGS@
16 +
17 + if SETGIDBINS
18 + # Some operating systems need the binary to be setgid kmem
19 + install-exec-local:
20 +        chgrp kmem @bindir@/saidar
21 +        chmod g+s @bindir@/saidar
22 + else
23 + install-exec-local:
24 + endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines