]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pass -DNS_LOCALSTATEDIR=\"${localstatedir}\" to locate named.key
authorDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:40:32 +0000 (10:40 +0000)
committerDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:40:32 +0000 (10:40 +0000)
bin/rndc/Makefile.in

index 68e30c2187bbadc36dbdfa2a87408664bf4e537a..40931c49e0bd1d39f9ff23a89469c3eef5e1aa45 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.23 2001/03/28 02:02:22 halley Exp $
+# $Id: Makefile.in,v 1.24 2001/05/31 10:40:32 tale Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -57,7 +57,8 @@ MANOBJS =     ${MANPAGES} ${HTMLPAGES}
 
 rndc.@O@: rndc.c
        ${LIBTOOL} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \
-               -DRNDC_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/rndc.c
+               -DRNDC_SYSCONFDIR=\"${sysconfdir}\" \
+               -DNS_LOCALSTATEDIR=\"${localstatedir}\" -c ${srcdir}/rndc.c
 
 rndc: ${OBJS} ${DEPLIBS}
        ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}