Skip to content

Commit

Permalink
lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Oct 3, 2014
1 parent 49a04cd commit 19a2d83
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
9 changes: 8 additions & 1 deletion samples/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowvpnconfdir = $(sysconfdir)/shadowvpn
shadowvpnconf_DATA = client.conf client_down.sh client_up.sh server.conf server_down.sh server_up.sh

shadowvpnconf_DATA = client.conf \
client_down.sh \
client_up.sh \
server.conf \
server_down.sh \
server_up.sh

EXTRA_DIST = $(shadowvpnconf_DATA)
30 changes: 15 additions & 15 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ SUBDIRS = ../libsodium
AM_CFLAGS = -I$(srcdir)/../libsodium/src/libsodium/include

shadowvpn_SOURCES = log.c \
log.h \
crypto_secretbox_salsa208poly1305.h \
crypto_secretbox_salsa208poly1305.c \
crypto.h \
crypto.c \
shell.h \
shell.c \
vpn.h \
vpn.c \
args.h \
args.c \
daemon.h \
daemon.c \
shadowvpn.h \
main.c
log.h \
crypto_secretbox_salsa208poly1305.h \
crypto_secretbox_salsa208poly1305.c \
crypto.h \
crypto.c \
shell.h \
shell.c \
vpn.h \
vpn.c \
args.h \
args.c \
daemon.h \
daemon.c \
shadowvpn.h \
main.c
shadowvpn_LDADD = ../libsodium/src/libsodium/libsodium.la

0 comments on commit 19a2d83

Please sign in to comment.