aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:18 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:38 -0500
commite174c0bb9abc1eb8aeee357cdf53d17747298d8f (patch)
treeda0560d5a40fa233806de19353c94692b59cd05d /Makefile
parentCLOCKLIBS was used for all binaries (diff)
downloadqemu-kvm-e174c0bb9abc1eb8aeee357cdf53d17747298d8f.tar.gz
qemu-kvm-e174c0bb9abc1eb8aeee357cdf53d17747298d8f.tar.bz2
qemu-kvm-e174c0bb9abc1eb8aeee357cdf53d17747298d8f.zip
Move to configure CONFIG_SOLARIS libraries needed always
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 75df24a73..a79d1d31f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,6 @@ else
DOCS=
endif
-ifdef CONFIG_SOLARIS
-LIBS+=-lsocket -lnsl -lresolv
-endif
-
ifdef CONFIG_WIN32
LIBS+=-lwinmm -lws2_32 -liphlpapi
endif