From e80f6230aea18d8a7d79bfe7f87d87adb160ff61 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 12 Mar 2002 13:13:51 +0000 Subject: Adaptions to SuSE's autoconf. --- ncpd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ncpd') diff --git a/ncpd/Makefile.am b/ncpd/Makefile.am index ca715b2..f5f4e4e 100644 --- a/ncpd/Makefile.am +++ b/ncpd/Makefile.am @@ -1,8 +1,8 @@ # $Id$ # INCLUDES=-I$(top_srcdir)/lib -CFLAGS += -D_REENTRANT -CXXFLAGS += -D_REENTRANT +CFLAGS = $(THREADED_CFLAGS) +CXXFLAGS = $(THREADED_CXXFLAGS) sbin_PROGRAMS = ncpd -- cgit v1.2.3