blob: 4c97de0a737b382ef1696a26e17d148dda19ac85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
bin_PROGRAMS = op
op_LDADD = -L../common -lor
op_SOURCES = args.c config.c op.c routers.c auth.c ss.c \
buffers.c crypto.c
noinst_HEADERS = args.h auth.h buffers.h config.h crypto.h op.h \
routers.h ss.h
|