Makefile.am 239 B

1234567891011
  1. bin_PROGRAMS = op
  2. op_LDADD = -L../common -lor
  3. op_SOURCES = args.c config.c op.c routers.c auth.c ss.c \
  4. buffers.c crypto.c
  5. noinst_HEADERS = args.h auth.h buffers.h config.h crypto.h op.h \
  6. routers.h ss.h