projects
/
babeltrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
configure: check for elfutils (libelf and libdw) >= 0.154
[babeltrace.git]
/
compat
/
Makefile.am
diff --git
a/compat/Makefile.am
b/compat/Makefile.am
index 85aee86cd6e1e407d0c87e33cc6ef117e50e61b7..38af18854c48084740d3145dc55a3b868da50e9b 100644
(file)
--- 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
This page took
0.022738 seconds
and
4
git commands to generate.