| 1 |
tdb |
1.1 |
# Makefile for libstatgrab/src/statgrab |
| 2 |
|
|
# http://www.i-scream.org/ |
| 3 |
tdb |
1.5 |
# $Id: Makefile.am,v 1.4 2003/10/04 16:05:57 tdb Exp $ |
| 4 |
tdb |
1.1 |
|
| 5 |
tdb |
1.4 |
if STATGRAB |
| 6 |
tdb |
1.1 |
bin_PROGRAMS = statgrab |
| 7 |
ats |
1.2 |
bin_SCRIPTS = statgrab-make-mrtg-config statgrab-make-mrtg-index |
| 8 |
tdb |
1.4 |
endif |
| 9 |
|
|
|
| 10 |
tdb |
1.1 |
statgrab_SOURCES = statgrab.c |
| 11 |
|
|
|
| 12 |
|
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ |
| 13 |
|
|
-I$(top_srcdir)/src -I$(top_builddir)/src\ |
| 14 |
|
|
-I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab |
| 15 |
|
|
|
| 16 |
tdb |
1.3 |
LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@ |
| 17 |
tdb |
1.5 |
|
| 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 |