X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=compat%2FMakefile.am;h=38af18854c48084740d3145dc55a3b868da50e9b;hp=79be1c8141a0ce09f56a3ab9ec7f6fb792810500;hb=8dcb4e83662ffac2b204f9bfcc28bbd914edf390;hpb=9d1e7de0dd0572e8071e0bd620c1c569e8b5396b diff --git a/compat/Makefile.am b/compat/Makefile.am index 79be1c81..38af1885 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,11 +1,11 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -lib_LTLIBRARIES = libcompat.la +noinst_LTLIBRARIES = libcompat.la -libcompat_la_SOURCES = +libcompat_la_SOURCES = dummy.c libcompat_la_LDFLAGS = \ - -Wl,--no-as-needed + $(LD_NO_AS_NEEDED) if BABELTRACE_BUILD_WITH_MINGW libcompat_la_SOURCES += compat_uuid.c