projects
/
ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14364c2
)
libustfork: link against libust
author
Nils Carlson
<nils.carlson@ericsson.com>
Thu, 10 Mar 2011 12:55:27 +0000
(13:55 +0100)
committer
Nils Carlson
<nils.carlson@ericsson.com>
Mon, 14 Mar 2011 15:35:24 +0000
(16:35 +0100)
libustfork needs to link against libust as it makes calls into
libust.
Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
libustfork/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/libustfork/Makefile.am
b/libustfork/Makefile.am
index a53ddda701125efdafd7f542e7629d9018dc9f75..f2a9996e60eb386435affe4659a8aa533a3a55f3 100644
(file)
--- a/
libustfork/Makefile.am
+++ b/
libustfork/Makefile.am
@@
-3,5
+3,7
@@
AM_CFLAGS = -fno-strict-aliasing
lib_LTLIBRARIES = libustfork.la
libustfork_la_SOURCES = ustfork.c
-libustfork_la_LIBADD = -ldl
+libustfork_la_LIBADD = \
+ -ldl \
+ $(top_builddir)/libust/libust.la
libustfork_CFLAGS = -DUST_COMPONENT=libustfork -fno-strict-aliasing
This page took
0.024555 seconds
and
4
git commands to generate.