13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
$OpenBSD: patch-testbed_Makefile_in,v 1.2 2006/03/16 11:03:07 espie Exp $
|
|
--- testbed/Makefile.in.orig Tue Nov 1 01:13:40 2005
|
|
+++ testbed/Makefile.in Tue Mar 7 22:43:47 2006
|
|
@@ -222,7 +222,7 @@ target_vendor = @target_vendor@
|
|
# Don't require all the GNU mandated files
|
|
AUTOMAKE_OPTIONS = 1.7 foreign
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
-testcms_LDADD = $(top_builddir)/src/liblcms.la
|
|
+testcms_LDADD = $(top_builddir)/src/liblcms.la $(LCMS_LIB_DEPLIBS)
|
|
testcms_LDFLAGS = @LDFLAGS@
|
|
testcms_SOURCES = testcms.c
|
|
EXTRA_DIST = sRGBSpac.icm
|