git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d5a50
)
gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Aug 2011 12:52:42 +0000
(13:52 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Aug 2011 12:52:42 +0000
(13:52 +0100)
We don't use this library (it is only used in the daemon),
but we need to add this to make the linker happy.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
6c0cc33
..
f63ae37
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-144,7
+144,8
@@
libguestfs_la_SOURCES = \
libguestfs_la_LIBADD = \
$(HIVEX_LIBS) $(AUGEAS_LIBS) $(PCRE_LIBS) $(MAGIC_LIBS) \
$(LIBVIRT_LIBS) $(LIBXML2_LIBS) \
- $(LTLIBTHREAD) ../gnulib/lib/libgnu.la
+ $(LTLIBTHREAD) $(LIB_CLOCK_GETTIME) \
+ ../gnulib/lib/libgnu.la
# Make libguestfs include the convenience libraries.
noinst_LTLIBRARIES = liberrnostring.la libprotocol.la