]> git.pld-linux.org Git - packages/bandwidthd.git/blob - bandwidthd-makefile.patch
- tabs in preamble
[packages/bandwidthd.git] / bandwidthd-makefile.patch
1 --- ../mejkfajl 2005-01-19 22:25:42.827289408 +0100
2 +++ Makefile.in 2005-01-19 23:31:45.894389864 +0100
3 @@ -1,10 +1,11 @@
4  exec_prefix = @exec_prefix@
5  prefix = @prefix@
6 +sysconfdir = @sysconfdir@
7  CC = @CC@
8  LDFLAGS = @LDFLAGS@ @LIBS@
9  OBS= bandwidthd.o graph.o conf.tab.o conf.l.o
10  
11 -CFLAGS= -Wall @CFLAGS@ @CPPFLAGS@ @DEFS@ -DINSTALL_DIR="\"$(exec_prefix)/bandwidthd\""
12 +CFLAGS= -Wall @CFLAGS@ @CPPFLAGS@ @DEFS@ -DCONFIG="\"$(sysconfdir)/bandwidthd.conf\"" -DWWWROOT="\"/home/services/httpd/html/bandwidthd\""
13  NONWALLCFLAGS= @CFLAGS@ @CPPFLAGS@ @DEFS@
14  
15  # Debugging stuff
This page took 0.049602 seconds and 3 git commands to generate.