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.
This commit is contained in:
Alexander Larsson 2010-09-29 13:37:48 +02:00
parent 3f3283ee17
commit d8faf813e7

View File

@ -203,5 +203,4 @@ spicec_LDADD = \
$(GL_LIBS) \
$(XRANDR_LIBS) \
$(MISC_X_LIBS) \
$(CEGUI_LIBS) \
-lrt
$(CEGUI_LIBS)