12 lines
490 B
Text
12 lines
490 B
Text
|
--- 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
|