From 41315dec944e15d0e70a38592b5c9494d920108c Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 04:52:36 +0000 Subject: [PATCH] opkg: catch up with removals and fix include statement in opkg-frontend.c git-svn-id: http://opkg.googlecode.com/svn/trunk@44 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- ChangeLog | 4 ++++ Makefile.am | 4 ++-- configure.ac | 5 ----- src/opkg-frontend.c | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e69de29..535171d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,4 @@ +2008-02-29 Michael Lauer + + * src/opkg-frontend.c: fix include statement to make it build again + * many files: remove autogenerated stuff and familiar directory diff --git a/Makefile.am b/Makefile.am index ca1d085..3550b7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = familiar libbb libopkg tests src +SUBDIRS = libbb libopkg tests src HOST_CPU=@host_cpu@ BUILD_CPU=@build_cpu@ @@ -26,4 +26,4 @@ MAINTAINERCLEANFILES= \ aclocal.m4 package: all-recursive - STRIPPROG=$(STRIP) familiar/rules INSTALL=$$PWD/install-sh binary-arch + STRIPPROG=$(STRIP) INSTALL=$$PWD/install-sh binary-arch diff --git a/configure.ac b/configure.ac index e36b664..117253b 100644 --- a/configure.ac +++ b/configure.ac @@ -131,11 +131,6 @@ AC_OUTPUT( libopkg/Makefile tests/Makefile src/Makefile - familiar/Makefile - familiar/control - familiar/control-unstripped - familiar/libopkg-control - familiar/libopkg-dev-control libbb/Makefile libopkg.pc opkg.h) diff --git a/src/opkg-frontend.c b/src/opkg-frontend.c index 08a3e49..e248a6e 100644 --- a/src/opkg-frontend.c +++ b/src/opkg-frontend.c @@ -18,7 +18,7 @@ */ -#include +#include /* This is really small, eh? ;-) */ -- 2.25.1