blob: c927bd57792debeee53ac57bcdc59962216e463c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- testsuite/Makefile.am.orig 2003-02-04 19:38:52 UTC
+++ testsuite/Makefile.am
@@ -5,7 +5,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4
-LDADD = ../libargp.a
+LDADD = ../.libs/libargp.a
EXTRA_DIST = $(TS_SH) run-tests
CLEANFILES = test.out
|