X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2FMakefile.am;h=2267ce5731fa08f8dca10a7bfd6b8979cac0ba37;hp=5d8a29701eccfc4063fc71f0b699e1edbfe550f8;hb=2518c98c5f54e29f1573b8e2be2825cffb96f2ab;hpb=3fbccce759a76c1146bbd6d2e78efffe4e7fe6ce diff --git a/formats/ctf/Makefile.am b/formats/ctf/Makefile.am index 5d8a2970..2267ce57 100644 --- a/formats/ctf/Makefile.am +++ b/formats/ctf/Makefile.am @@ -1,4 +1,5 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include \ + -I$(top_builddir)/formats/ctf SUBDIRS = types metadata writer . @@ -13,7 +14,7 @@ libbabeltrace_ctf_la_SOURCES = \ # Request that the linker keeps all static libraries objects. libbabeltrace_ctf_la_LDFLAGS = \ - -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION) + $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION) libbabeltrace_ctf_la_LIBADD = \ $(top_builddir)/lib/libbabeltrace.la \