summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:07 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:07 (EST)
commitc82094c9e17afef41e49cff3eabdbdd0f6ca3a21 (patch)
tree6196e847768ba4557fb3d02069b2191f13b0a558 /Makefile.am
parent1b978470851b90036769099e69e82b1ea2d20500 (diff)
opkg: add internal state framework
git-svn-id: http://opkg.googlecode.com/svn/trunk@26 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bb33843..d281ccb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ libopkg_la_LIBADD = libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS)
opkg_core_sources = args.c args.h opkg.c \
user.c user.h
opkg_libcore_sources = args.c args.h libopkg.c libopkg.h opkg.h\
- user.c user.h
+ user.c user.h opkg_state.c opkg_state.h
opkg_cmd_sources = opkg_cmd.c opkg_cmd.h \
opkg_configure.c opkg_configure.h \
opkg_download.c opkg_download.h \