blob: a3bbef41e4c7cc081bde0bc2929dcc79564bc4b5 (
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 util.c
noinst_HEADERS = log.h ss.h crypto.h fakepoll.h test.h util.h
|