diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:19 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:38 -0500 |
commit | 884044aab173842df12d64630cd853dbe914e306 (patch) | |
tree | 9a7066cae2d65848a49d1b59e6af5bcd3d1a4baf /Makefile | |
parent | e174c0bb9abc1eb8aeee357cdf53d17747298d8f (diff) |
Move to configure CONFIG_WIN32 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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -27,10 +27,6 @@ else DOCS= endif -ifdef CONFIG_WIN32 -LIBS+=-lwinmm -lws2_32 -liphlpapi -endif - build-all: $(TOOLS) $(DOCS) recurse-all config-host.mak: configure |