r4374 - trunk/src/target/opkg/libopkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Apr 17 17:09:47 CEST 2008


Author: thomas
Date: 2008-04-17 17:09:46 +0200 (Thu, 17 Apr 2008)
New Revision: 4374

Modified:
   trunk/src/target/opkg/libopkg/Makefile.am
   trunk/src/target/opkg/libopkg/opkg.c
Log:
opkg: fix header include path issues


Modified: trunk/src/target/opkg/libopkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/libopkg/Makefile.am	2008-04-17 14:51:25 UTC (rev 4373)
+++ trunk/src/target/opkg/libopkg/Makefile.am	2008-04-17 15:09:46 UTC (rev 4374)
@@ -1,5 +1,5 @@
 
-ALL_CFLAGS=-g -O -Wall -Werror -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir)/libbb
+ALL_CFLAGS=-g -O -Wall -Werror -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir)
 
 libopkg_includedir=$(includedir)/libopkg
 

Modified: trunk/src/target/opkg/libopkg/opkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg.c	2008-04-17 14:51:25 UTC (rev 4373)
+++ trunk/src/target/opkg/libopkg/opkg.c	2008-04-17 15:09:46 UTC (rev 4374)
@@ -29,7 +29,7 @@
 #include "sprintf_alloc.h"
 #include "file_util.h"
 
-#include "libbb.h"
+#include <libbb/libbb.h>
 
 struct _opkg_t
 {





More information about the commitlog mailing list