summaryrefslogtreecommitdiffstats
path: root/libopkg/Makefile.am
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:31:50 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:31:50 (EST)
commitc4ec4181cf4dc98c580213ef302f4b9faa655592 (patch)
tree523721a20fbdd174a6cace9a322313eb0e2acf00 /libopkg/Makefile.am
parent7c760fc01b4e62b571f5b296601c5798c758fb41 (diff)
opkg: introduce the protype of active_list
This can be used for upgrade path git-svn-id: http://opkg.googlecode.com/svn/trunk@166 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/Makefile.am')
-rw-r--r--libopkg/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am
index fbc2dd8..8783f15 100644
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
@@ -24,7 +24,8 @@ opkg_list_sources = conffile.c conffile.h conffile_list.c conffile_list.h \
nv_pair.c nv_pair.h nv_pair_list.c nv_pair_list.h \
pkg_dest.c pkg_dest.h pkg_dest_list.c pkg_dest_list.h \
pkg_src.c pkg_src.h pkg_src_list.c pkg_src_list.h \
- str_list.c str_list.h void_list.c void_list.h
+ str_list.c str_list.h void_list.c void_list.h \
+ active_list.c active.list.h list.h
opkg_util_sources = file_util.c file_util.h opkg_message.h opkg_message.c md5.c md5.h \
sprintf_alloc.c sprintf_alloc.h str_util.c str_util.h \
xregex.c xregex.h xsystem.c xsystem.h