blob: f2783b4ed8bb6afd1d0c3373245a611b6b9a4b36 (
about) (
plain)
1
2
3
4
5
6
7
8
9
|
noinst_LIBRARIES = libor.a
#CFLAGS = -Wall -Wpointer-arith -O2
libor_a_SOURCES = log.c crypto.c fakepoll.c
noinst_HEADERS = log.h ss.h version.h crypto.h fakepoll.h test.h
|