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