[Spice-commits] Makefile.am

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 10 11:24:20 UTC 2020


 Makefile.am |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e03d3478503091239d2cc1c6e509a154b52ec8d0
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Dec 12 12:16:30 2019 +0000

    build: Remove unneeded library from linking
    
    GetFileVersion* functions are not used.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/Makefile.am b/Makefile.am
index 45883c6..f661445 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,9 +18,6 @@ if !ENABLE_DEBUG
 AM_LDFLAGS += -s
 endif
 
-# -lversion is needed for the GetFileVersion* API which is used by vdlog.cpp
-LIBS = -lversion
-
 bin_PROGRAMS = vdagent vdservice
 
 vdagent_LDADD = $(LIBPNG_LIBS) $(ZLIB_LIBS) -lwtsapi32 -lgdi32 -luuid -lole32 -loleaut32 vdagent_rc.$(OBJEXT)


More information about the Spice-commits mailing list