0c0e44e104
ok merdely@
13 lines
563 B
Plaintext
13 lines
563 B
Plaintext
$OpenBSD: patch-testbed_Makefile_in,v 1.5 2008/06/10 00:42:40 okan Exp $
|
|
--- testbed/Makefile.in.orig Fri Jul 27 06:10:45 2007
|
|
+++ testbed/Makefile.in Sun Jun 1 03:22:48 2008
|
|
@@ -220,7 +220,7 @@ top_srcdir = @top_srcdir@
|
|
# 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
|