binutils, ld: work with --disable-libctf
[deliverable/binutils-gdb.git] / ld / Makefile.am
index f0767f2be3dac8f62cf380d5b3242731325fef62..5035c5d1d5cc9ba578be6d0b8844ae37cb775e62 100644 (file)
@@ -144,7 +144,11 @@ AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @zlibinc@ \
 
 BFDLIB = ../bfd/libbfd.la
 LIBIBERTY = ../libiberty/libiberty.a
+if ENABLE_LIBCTF
 LIBCTF = ../libctf/libctf.la
+else
+LIBCTF =
+endif
 
 # These all start with e so 'make clean' can find them.
 ALL_EMULATION_SOURCES = \
This page took 0.022918 seconds and 4 git commands to generate.