aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/http_util/info.txt
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-10-03 11:16:02 +0200
committerSimon Warta <[email protected]>2017-10-03 11:16:02 +0200
commit3b50c4b50e25330860de69cf5ef86444e1ef66f7 (patch)
treec0ceae783083daa82d9e90308eab4d1281fc6a85 /src/lib/utils/http_util/info.txt
parent9efe16ed1d416390584621276dcb8e3782d17c71 (diff)
Move socket implementation into module http_util
This removes the requirement of linking socket libraries for applications that do not use http_util
Diffstat (limited to 'src/lib/utils/http_util/info.txt')
-rw-r--r--src/lib/utils/http_util/info.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/lib/utils/http_util/info.txt b/src/lib/utils/http_util/info.txt
index fe9fc3ea7..a6cbd902f 100644
--- a/src/lib/utils/http_util/info.txt
+++ b/src/lib/utils/http_util/info.txt
@@ -1,3 +1,17 @@
<defines>
-HTTP_UTIL -> 20131128
+HTTP_UTIL -> 20171003
</defines>
+
+<header:public>
+http_util.h
+</header:public>
+
+<header:internal>
+socket.h
+</header:internal>
+
+<libs>
+linux -> rt
+mingw -> ws2_32
+windows -> ws2_32.lib
+</libs>