From: bbice Date: Mon, 25 Mar 2002 19:14:08 +0000 (+0000) Subject: Added BINDROOT var to Makefile X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a06ef80a642daac8c483c313fa66712ec21ea5b4;p=squirrelmail.git Added BINDROOT var to Makefile git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2638 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/bulkquery/Makefile b/plugins/filters/bulkquery/Makefile index 70e2e364..ee79a253 100644 --- a/plugins/filters/bulkquery/Makefile +++ b/plugins/filters/bulkquery/Makefile @@ -1,15 +1,16 @@ DESTDIR=/usr/local/bin +BINDROOT=/usr/local # Solaris #CC=gcc -#CFLAGS=-I/usr/local/tools/bind920/bind/include -I/usr/local/tools/bind920/include -#LDFLAGS=-L/usr/local/tools/bind920/lib -llwres -lsocket -lnsl -lpthread +#CFLAGS=-I$(BINDROOT)/bind/include -I$(BINDROOT)/include +#LDFLAGS=-L$(BINDROOT)/lib -llwres -lsocket -lnsl -lpthread # Linux CC=gcc -CFLAGS= -LDFLAGS= -lpthread -llwres +CFLAGS=-I$(BINDROOT)/bind/include -I$(BINDROOT)/include +LDFLAGS=-L$(BINDROOT)/lib -lpthread -llwres all: bulkquery