summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libopkg/Makefile.am2
-rw-r--r--libopkg/opkg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am
index 580b5d7..5e713dd 100644
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
@@ -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
diff --git a/libopkg/opkg.c b/libopkg/opkg.c
index 35aee1b..54e1a69 100644
--- a/libopkg/opkg.c
+++ b/libopkg/opkg.c
@@ -29,7 +29,7 @@
#include "sprintf_alloc.h"
#include "file_util.h"
-#include "libbb.h"
+#include <libbb/libbb.h>
struct _opkg_t
{