summaryrefslogtreecommitdiffstats
path: root/libopkg/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/Makefile.am')
-rw-r--r--libopkg/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am
index c3afb5d..fbc2dd8 100644
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
@@ -5,11 +5,10 @@ libopkg_includedir=$(includedir)/libopkg
libopkg_include_HEADERS= opkg.h
-opkg_core_sources = args.c args.h \
- user.c user.h
opkg_libcore_sources = args.c args.h libopkg.c libopkg.h\
user.c user.h opkg_state.c opkg_state.h \
- opkg.c opkg.h
+ opkg.c opkg.h includes.h \
+ opkg_error.h opkg_defines.h
opkg_cmd_sources = opkg_cmd.c opkg_cmd.h \
opkg_configure.c opkg_configure.h \
opkg_download.c opkg_download.h \