r4428 - in trunk/src/target/opkg: libopkg src tests

thomas at docs.openmoko.org thomas at docs.openmoko.org
Tue May 13 11:52:14 CEST 2008


Author: thomas
Date: 2008-05-13 11:52:10 +0200 (Tue, 13 May 2008)
New Revision: 4428

Modified:
   trunk/src/target/opkg/libopkg/Makefile.am
   trunk/src/target/opkg/src/Makefile.am
   trunk/src/target/opkg/tests/Makefile.am
Log:
opkg: fix distcheck issues


Modified: trunk/src/target/opkg/libopkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/libopkg/Makefile.am	2008-05-13 09:25:19 UTC (rev 4427)
+++ trunk/src/target/opkg/libopkg/Makefile.am	2008-05-13 09:52:10 UTC (rev 4428)
@@ -5,11 +5,10 @@
 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 \

Modified: trunk/src/target/opkg/src/Makefile.am
===================================================================
--- trunk/src/target/opkg/src/Makefile.am	2008-05-13 09:25:19 UTC (rev 4427)
+++ trunk/src/target/opkg/src/Makefile.am	2008-05-13 09:52:10 UTC (rev 4428)
@@ -1,4 +1,4 @@
-
+AM_CFLAGS = -I${top_srcdir}/libopkg ${ALL_CFLAGS}
 bin_PROGRAMS = opkg-cl
 
 opkg_cl_SOURCES = opkg-frontend.c

Modified: trunk/src/target/opkg/tests/Makefile.am
===================================================================
--- trunk/src/target/opkg/tests/Makefile.am	2008-05-13 09:25:19 UTC (rev 4427)
+++ trunk/src/target/opkg/tests/Makefile.am	2008-05-13 09:52:10 UTC (rev 4428)
@@ -1,3 +1,4 @@
+AM_CFLAGS = $(ALL_CFLAGS) -I${top_srcdir}/libopkg
 
 #noinst_PROGRAMS = opkg_hash_test opkg_extract_test
 noinst_PROGRAMS = libopkg_test
@@ -12,6 +13,5 @@
 
 libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la
 libopkg_test_SOURCE = libopkg_test.c
-libopkg_test_CFLAGS = $(ALL_CFLAGS)
 
 





More information about the commitlog mailing list