libctf: installable libctf as a shared library
[deliverable/binutils-gdb.git] / ld / configure.ac
index 200d9d4fe9144d9fabaab6df96214ecc67e8e8db..bdc167769e2c37e6e9a676e78a3d683a15559450 100644 (file)
@@ -491,10 +491,13 @@ AC_SUBST(EMULATION_LIBPATH)
 
 if test x${enable_static} = xno; then
   TESTBFDLIB="-Wl,--rpath,../bfd/.libs ../bfd/.libs/libbfd.so"
+  TESTCTFLIB="-Wl,--rpath,../libctf/.libs ../libctf/.libs/libctf.so"
 else
   TESTBFDLIB="../bfd/.libs/libbfd.a"
+  TESTCTFLIB="../libctf/.libs/libctf.a"
 fi
 AC_SUBST(TESTBFDLIB)
+AC_SUBST(TESTCTFLIB)
 
 target_vendor=${target_vendor=$host_vendor}
 case "$target_vendor" in
This page took 0.026105 seconds and 4 git commands to generate.