# | 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 | + | install-exec-local: |
19 | + | if SETGIDBINS |
20 | + | if STATGRAB |
21 | + | # Some operating systems need the binary to be setgid kmem |
22 | + | chgrp kmem @bindir@/statgrab |
23 | + | chmod g+s @bindir@/statgrab |
24 | + | endif |
25 | + | endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |