mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 15:23:27 +01:00
fdb31225b7
svn:r88
12 lines
248 B
Makefile
12 lines
248 B
Makefile
|
|
noinst_LIBRARIES = libor.a
|
|
|
|
#CFLAGS = -Wall -Wpointer-arith -O2
|
|
|
|
libor_a_SOURCES = config.c log.c utils.c crypto.c fakepoll.c
|
|
|
|
noinst_HEADERS = config.h log.h \
|
|
policies.h utils.h \
|
|
ss.h version.h crypto.h fakepoll.h
|
|
|