summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'windows/Makefile.target')
-rw-r--r--windows/Makefile.target7
1 files changed, 1 insertions, 6 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 4d6fa074e..a8c3282ec 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -21,13 +21,8 @@ ifneq ($(PKG_CONFIG),)
$(eval $(call pkg_config_find_and_add,zlib,ZLib))
$(eval $(call pkg_config_find_and_add,libcurl,Curl))
$(eval $(call pkg_config_find_and_add,libcares,Cares))
- $(eval $(call pkg_config_find_and_add,libwapcaplet,Wapcaplet))
- $(eval $(call pkg_config_find_and_add,libparserutils,Parserutils))
- $(eval $(call pkg_config_find_and_add,libhubbub,Hubbub))
- $(eval $(call pkg_config_find_and_add,libdom,DOM))
- $(eval $(call pkg_config_find_and_add,libcss,CSS))
else
- LDFLAGS += -lhubbub -lcss -lparserutils -lwapcaplet -lcurl -lz
+ LDFLAGS += -lcurl -lz
endif
LDFLAGS += -lssl -lcrypto -lregex -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows