mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
gnulib: Add all other libs when linking libguestfs.so.
This updates the previous two commits.
This commit is contained in:
@@ -144,8 +144,15 @@ libguestfs_la_SOURCES = \
|
||||
libguestfs_la_LIBADD = \
|
||||
$(HIVEX_LIBS) $(AUGEAS_LIBS) $(PCRE_LIBS) $(MAGIC_LIBS) \
|
||||
$(LIBVIRT_LIBS) $(LIBXML2_LIBS) \
|
||||
$(LTLIBTHREAD) $(LIB_CLOCK_GETTIME) \
|
||||
../gnulib/lib/libgnu.la
|
||||
../gnulib/lib/libgnu.la \
|
||||
$(GETADDRINFO_LIB) \
|
||||
$(HOSTENT_LIB) \
|
||||
$(INET_NTOP_LIB) \
|
||||
$(LIBSOCKET) \
|
||||
$(LIB_CLOCK_GETTIME) \
|
||||
$(LIBINTL) \
|
||||
$(LTLIBTHREAD) \
|
||||
$(SERVENT_LIB)
|
||||
|
||||
# Make libguestfs include the convenience libraries.
|
||||
noinst_LTLIBRARIES = liberrnostring.la libprotocol.la
|
||||
|
||||
Reference in New Issue
Block a user