Convert auth-client to libevent

This commit is contained in:
Ian Gulliver
2015-02-07 17:07:31 +01:00
parent 88c3c69e52
commit 14cfbb0372
4 changed files with 49 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
all: auth-client auth-server gen-key gen-keypair
%.o: %.cc
%.o: %.cc *.h
g++ -I/usr/local/include -std=c++11 -c -o $@ $<
auth-client: auth-client.o crypto.o tlv.o