X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=converter%2FMakefile.am;h=47693f5af6fd6c016c7379b36a66cd0e164c4816;hb=HEAD;hp=2b16f1e4baa93e3958ff6a9dd96a050dc5d7a306;hpb=82ace6d6d97ecb15d093232c76c5d4a3c31e6948;p=babeltrace.git diff --git a/converter/Makefile.am b/converter/Makefile.am deleted file mode 100644 index 2b16f1e4..00000000 --- a/converter/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -lpopt - -bin_PROGRAMS = babeltrace babeltrace-log - -babeltrace_SOURCES = \ - babeltrace.c - -# -Wl,--no-as-needed is needed for recent gold linker who seems to think -# it knows better and considers libraries with constructors having -# side-effects as dead code. Note: we put plugin dependencies on the -# executable rather than the library because libtool does not seem to -# issue the LDFLAGS before the rpaths, which makes it useless. -babeltrace_LDFLAGS = -Wl,--no-as-needed -babeltrace_LDADD = \ - $(top_builddir)/lib/libbabeltrace.la \ - $(top_builddir)/formats/libbabeltrace_registry.la \ - $(top_builddir)/formats/ctf/libctf.la \ - $(top_builddir)/formats/ctf/metadata/libctf-ast.la \ - $(top_builddir)/formats/ctf-text/libctf-text.la \ - $(top_builddir)/formats/bt-dummy/libbt-dummy.la - -babeltrace_log_SOURCES = babeltrace-log.c - -babeltrace_log_LDADD = \ - $(top_builddir)/formats/libbabeltrace_registry.la \ - $(top_builddir)/formats/ctf/libctf.la