mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
|
|
AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext
|
|
|
|
EXTRA_DIST += src/ext/README
|
|
|
|
EXTHEADERS = \
|
|
src/ext/ht.h \
|
|
src/ext/eventdns.h \
|
|
src/ext/tinytest.h \
|
|
src/ext/strlcat.c \
|
|
src/ext/strlcpy.c \
|
|
src/ext/tinytest_macros.h \
|
|
src/ext/tor_queue.h \
|
|
src/ext/siphash.h
|
|
|
|
noinst_HEADERS+= $(EXTHEADERS)
|
|
|
|
|