Added BINDROOT var to Makefile
authorbbice <bbice@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Mar 2002 19:14:08 +0000 (19:14 +0000)
committerbbice <bbice@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Mar 2002 19:14:08 +0000 (19:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2638 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/bulkquery/Makefile

index 70e2e364cbb5f3be6a4dbefca839fb8c50e9ed1a..ee79a253a7d211ca615200ed66d701761360f21d 100644 (file)
@@ -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