Fix Makefile.am

This commit is contained in:
angt
2015-11-09 06:51:53 +01:00
parent e2150df5da
commit b836f8f5e5

View File

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