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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines