mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
11 lines
282 B
Text
11 lines
282 B
Text
--- 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
|