mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
63f542a5c2
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted.
13 lines
188 B
Plaintext
13 lines
188 B
Plaintext
|
|
AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext
|
|
|
|
EXTHEADERS = \
|
|
src/ext/ht.h \
|
|
src/ext/eventdns.h \
|
|
src/ext/tinytest.h \
|
|
src/ext/tinytest_macros.h
|
|
|
|
noinst_HEADERS+= $(EXTHEADERS)
|
|
|
|
|