Use autotools

This commit is contained in:
angt
2015-11-03 17:12:18 +01:00
parent 8e9e5d8e91
commit 9e83f58139
4 changed files with 22 additions and 40 deletions

3
Makefile.am Normal file
View File

@@ -0,0 +1,3 @@
bin_PROGRAMS = glorytun
glorytun_SOURCES = glorytun.c common.h common-static.h
glorytun_LDADD = $(sodium_LIBS)