From f3c3b7a6b89c7acdc4eb1c42670522b6b20e015f Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:16:14 -0500 Subject: opkg: fix distcheck issues git-svn-id: http://opkg.googlecode.com/svn/trunk@105 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'tests') 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) -- cgit v0.9.1