summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-29 13:37:48 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-29 13:37:48 +0200
commitd8faf813e77996200cd3f4ce75031122c1936c2c (patch)
tree4e65474fc9c76fa84c79d66ae314855f798ae3f7
parent3f3283ee17d3318fa9bfb5c9900c06dbec434568 (diff)
downloadspice-d8faf813e77996200cd3f4ce75031122c1936c2c.tar.gz
spice-d8faf813e77996200cd3f4ce75031122c1936c2c.tar.xz
spice-d8faf813e77996200cd3f4ce75031122c1936c2c.zip
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.
-rw-r--r--client/x11/Makefile.am3
1 files changed, 1 insertions, 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)