compile fix on mac
authorDavid Schleef <ds@schleef.org>
Tue, 7 Apr 2009 04:22:19 +0000 (21:22 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 7 Apr 2009 04:22:19 +0000 (21:22 -0700)
orc-test/Makefile.am

index f4e5acb..71b286b 100644 (file)
@@ -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)