From 9002fd9cce99796cc00f4fd56aeb9ea5a4782188 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 6 Apr 2009 21:22:19 -0700 Subject: [PATCH] compile fix on mac --- orc-test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc-test/Makefile.am b/orc-test/Makefile.am index f4e5acb..71b286b 100644 --- a/orc-test/Makefile.am +++ b/orc-test/Makefile.am @@ -3,7 +3,7 @@ pkgincludedir = $(includedir)/orc-@ORC_MAJORMINOR@/orc-test lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la -liborc_test_@ORC_MAJORMINOR@_la_LIBS = $(ORC_LIBS) +liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS) liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = \ -no-undefined -export-symbols-regex 'orc_' liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) -- 2.7.4