13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
$OpenBSD: patch-testbed_Makefile_in,v 1.1 2004/02/03 05:15:57 brad Exp $
|
|
--- testbed/Makefile.in.orig 2004-02-03 00:08:07.000000000 -0500
|
|
+++ testbed/Makefile.in 2004-02-03 00:08:36.000000000 -0500
|
|
@@ -195,7 +195,7 @@ INCLUDES = -I$(top_builddir)/include -I$
|
|
|
|
check_PROGRAMS = testcms
|
|
|
|
-testcms_LDADD = $(top_builddir)/src/liblcms.la
|
|
+testcms_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
|
|
testcms_LDFLAGS = @LDFLAGS@
|
|
testcms_SOURCES = testcms.c
|
|
|