1Fix the testsuite to built out of tree
2in OE S != B
3
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5Upstream-Status: Submitted [https://github.com/ericonr/argp-standalone/pull/9]
6Index: argp-standalone-1.3/testsuite/Makefile.am
7===================================================================
8--- argp-standalone-1.3.orig/testsuite/Makefile.am
9+++ argp-standalone-1.3/testsuite/Makefile.am
10@@ -5,7 +5,8 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
11
12 noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4
13
14-LDADD = ../libargp.a
15+AM_CPPFLAGS = -I$(top_srcdir)
16+LDADD = $(top_builddir)/libargp.a
17
18 EXTRA_DIST = $(TS_SH) run-tests
19 CLEANFILES = test.out
20