diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:16:14 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:16:14 (EST) |
commit | f3c3b7a6b89c7acdc4eb1c42670522b6b20e015f (patch) | |
tree | 19cd0568dd8b353fbac9a4bf09939c93cd29b5b9 /tests | |
parent | 872f7a6ca2c280d9c0df93e20956ce64e3636783 (diff) |
opkg: fix distcheck issues
git-svn-id: http://opkg.googlecode.com/svn/trunk@105 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a11af3c..0d8c5ce 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 @@ noinst_PROGRAMS = libopkg_test libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la libopkg_test_SOURCE = libopkg_test.c -libopkg_test_CFLAGS = $(ALL_CFLAGS) |