X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=compat%2FMakefile.am;h=38af18854c48084740d3145dc55a3b868da50e9b;hp=85aee86cd6e1e407d0c87e33cc6ef117e50e61b7;hb=8dcb4e83662ffac2b204f9bfcc28bbd914edf390;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9 diff --git a/compat/Makefile.am b/compat/Makefile.am index 85aee86c..38af1885 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -2,10 +2,10 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include 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