[Spice-devel] [PATCH 8/8] client: Don't hardcode -lrt

alexl at redhat.com alexl at redhat.com
Wed Sep 29 04:43:10 PDT 2010


From: Alexander Larsson <alexl at redhat.com>

-lrt is already included in SPICE_NONPKGCONFIG_LIBS if needed so no
need to add it to the command line manually.
---
 client/x11/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index 101f6dd..a992aa1 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -203,5 +203,4 @@ spicec_LDADD =						\
 	$(GL_LIBS)					\
 	$(XRANDR_LIBS)					\
 	$(MISC_X_LIBS)					\
-	$(CEGUI_LIBS)					\
-	-lrt
+	$(CEGUI_LIBS)
-- 
1.7.0.1



More information about the Spice-devel mailing list