From: Ben Collins Date: Thu, 15 Feb 2001 17:17:39 +0000 (+0000) Subject: add optlib to -I path X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685710e489586d96398d47bac56b053e67a57ce5;p=dpkg add optlib to -I path --- diff --git a/ChangeLog b/ChangeLog index e9e77df3..67c199e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Thu Feb 15 11:24:46 EST 2001 Ben Collins objects * optlib/Makefile.in: do not generate libopt.a * lib/Makefile.in: build libdpkg.a to include the objects from optlib + * Makefile.conf.in: Add optlib to -I includes Sat Feb 3 18:25:25 CET 2001 Wichert Akkerman diff --git a/Makefile.conf.in b/Makefile.conf.in index 00a64548..0c6a5387 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -60,7 +60,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ DEFS = @DEFS@ -D_GNU_SOURCE -INCLUDE_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) -I$(srcdir) -I../include -I.. -I. +INCLUDE_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) -I$(srcdir) -I../include -I.. -I. -I$(top_srcdir)/optlib NLS_CFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl -I../intl NLS_LIBS = @INTLLIBS@