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.2 by tdb, Thu Oct 9 10:37:42 2003 UTC vs.
Revision 1.4 by tdb, Fri Dec 12 09:48:20 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines