mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
6438a5db08
svn:r1297
9 lines
235 B
Makefile
9 lines
235 B
Makefile
|
|
noinst_LIBRARIES = libor.a
|
|
|
|
#CFLAGS = -Wall -Wpointer-arith -O2
|
|
|
|
libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
|
|
|
|
noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c
|