Move code in src

This commit is contained in:
angt
2015-11-11 09:14:35 +01:00
parent e122d76a32
commit 9cf4c97468
7 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
bin_PROGRAMS = glorytun
glorytun_SOURCES = main.c option.c option.h common.h common-static.h
glorytun_SOURCES = src/common.h src/common-static.h src/main.c src/option.c src/option.h
glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)