2007-01-16 04:50:36 -05:00
|
|
|
$OpenBSD: patch-util_Makefile_in,v 1.5 2007/01/16 09:50:36 bernd Exp $
|
|
|
|
--- util/Makefile.in.orig Wed Dec 6 10:15:29 2006
|
|
|
|
+++ util/Makefile.in Thu Jan 11 12:03:37 2007
|
|
|
|
@@ -332,7 +332,7 @@ sbindir = @sbindir@
|
2005-02-19 07:10:03 -05:00
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
-INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|
|
|
+INCLUDES = -I.. -I$(top_srcdir)/include
|
2007-01-16 04:50:36 -05:00
|
|
|
noinst_LIBRARIES = libutil.a libcompat.a
|
2006-04-12 05:55:24 -04:00
|
|
|
libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c ttyio.c \
|
|
|
|
argparse.c memory.c secmem.c errors.c iobuf.c dotlock.c http.c \
|