From d8faf813e77996200cd3f4ce75031122c1936c2c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 29 Sep 2010 13:37:48 +0200 Subject: [PATCH] client: Don't hardcode -lrt -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 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 101f6ddf..a992aa17 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)