]> err.no Git - dpkg/commitdiff
add optlib to -I path
authorBen Collins <bcollins@debian.org>
Thu, 15 Feb 2001 17:17:39 +0000 (17:17 +0000)
committerBen Collins <bcollins@debian.org>
Thu, 15 Feb 2001 17:17:39 +0000 (17:17 +0000)
ChangeLog
Makefile.conf.in

index e9e77df3032e29bedae1a251be7e1c98a3e23dfe..67c199e29841fe7e7274f3344ae6d8f248efce95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Thu Feb 15 11:24:46 EST 2001 Ben Collins <bcollins@debian.org>
     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 <wakkerma@debian.org>
 
index 00a645488a836ade29a5a9bf69665d9f87845d60..0c6a53871af1231dfa5a228e84c53cd4d5c3c0a5 100644 (file)
@@ -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@