# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |