]> git.pld-linux.org Git - packages/bandwidthd.git/blame - bandwidthd-makefile.patch
- tabs in preamble
[packages/bandwidthd.git] / bandwidthd-makefile.patch
CommitLineData
9da4db9f 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.046076 seconds and 4 git commands to generate.