]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/comp_match/Makefile
Happy new year!
[openldap] / contrib / slapd-modules / comp_match / Makefile
index f902e95486fab62885924eb5885c1fae3839b456..9c7c7ab3b7e816177bd3ae904ced7ce5558084d1 100644 (file)
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 # This work is part of OpenLDAP Software <http://www.openldap.org/>.
 #
-# Copyright 2003-2005 The OpenLDAP Foundation.
+# Copyright 2003-2006 The OpenLDAP Foundation.
 # Portions Copyright 2004 by IBM Corporation.
 # All rights reserved.
 
 # top-level directory of the distribution or, alternatively, at
 # <http://www.OpenLDAP.org/license.html>.
 
-topbuilddir = ../../../../build
 topsrcdir = ../../..
-snaccdir = /usr/local/snacc
+snaccdir = ../$(topsrcdir)/snacc
 openssldir = /usr/local/include/openssl
 
-LIBTOOL=$(topbuilddir)/libtool
+LIBTOOL=$(topsrcdir)/libtool
 OPT=-g -O2 -DLDAP_COMPONENT
 CC=gcc