libctf: get rid of a disruptive public include of <sys/param.h>
[deliverable/binutils-gdb.git] / libctf / Makefile.am
index 49c9f5280a93923ae26b9257943eaab824dbe128..a0a27b46c37e3d4693918ff8d66866d472521eb3 100644 (file)
@@ -33,6 +33,8 @@ AM_CFLAGS = -std=gnu99 @ac_libctf_warn_cflags@ @warn@ @c_warn@ @WARN_PEDANTIC@ @
 noinst_LIBRARIES = libctf.a
 
 libctf_a_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c \
-                  ctf-hash.c ctf-labels.c ctf-lookup.c ctf-open.c ctf-open-bfd.c \
-                  ctf-subr.c ctf-types.c ctf-util.c
-libctf_a_LIBADD = $(LIBOBJS)
+                  ctf-hash.c ctf-labels.c ctf-link.c ctf-lookup.c ctf-open.c \
+                  ctf-open-bfd.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c
+if NEED_CTF_QSORT_R
+libctf_a_SOURCES += ctf-qsort_r.c
+endif
This page took 0.023379 seconds and 4 git commands to generate.