diff options
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh mkdir -p binary -NETCODE="socketcommon.cpp client.cpp mobileclient.cpp server.cpp netcore.cpp" +NETCODE="socketcommon.cpp client.cpp mobileclient.cpp server.cpp ircserver.cpp netcore.cpp" SOURCES="$NETCODE main.cpp dns.cpp" FLAGS="-std=c++11 -lgnutls -pthread -g" |