You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
352 B

12 years ago
  1. bin_PROGRAMS = ss-local ss-server
  2. ss_local_SOURCES = utils.c jconf.c json.c \
  3. rc4.c rc4.h md5.c md5.h encrypt.c encrypt.h \
  4. local.c local.h socks5.h
  5. ss_server_SOURCES = utils.c jconf.c json.c \
  6. rc4.c rc4.h md5.c md5.h encrypt.c encrypt.h \
  7. server.c server.h socks5.h
  8. AM_CFLAGS = -O2 -Wall -fno-strict-aliasing
  9. ACLOCAL_AMFLAGS = -I m4