summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:52:36 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:52:36 (EST)
commit41315dec944e15d0e70a38592b5c9494d920108c (patch)
tree50ef578cf4c4ebb2d6042d05bdb51c4fe4c97c56 /Makefile.am
parentd879963c09e74fed1d1ad2168d2d1fa1aa01f442 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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