From 7ae3c05f4ab5e694608c9146aa842ea185a0417a Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 15 Apr 2011 23:26:07 -0700 Subject: Volk: Link Orc into libvolk.so instead of as a separate installed lib --- volk/orc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volk/orc/Makefile.am') diff --git a/volk/orc/Makefile.am b/volk/orc/Makefile.am index 6b5e4f8b6..960d09b6a 100644 --- a/volk/orc/Makefile.am +++ b/volk/orc/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(ORC_CFLAGS) include $(top_srcdir)/Makefile.common -lib_LTLIBRARIES = libvolk_orc.la +noinst_LTLIBRARIES = libvolk_orc.la libvolk_orc_la_LDFLAGS = $(ORC_LDFLAGS) libvolk_orc_la_SOURCES = \ -- cgit