diff options
author | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
commit | fdb31225b7206fdd35d62d00b5369ac81691003b (patch) | |
tree | 7e8aebcbca6d607a3e0922083c0f81dde539ebfc /src/common/Makefile.am | |
parent | 8878d8cc27d94839053063aa8925d6f2620f4c20 (diff) | |
download | tor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar.gz tor-fdb31225b7206fdd35d62d00b5369ac81691003b.zip |
Port to MacOS X
svn:r88
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index cc585e5a84..40b495ad65 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -3,9 +3,9 @@ noinst_LIBRARIES = libor.a #CFLAGS = -Wall -Wpointer-arith -O2 -libor_a_SOURCES = config.c log.c utils.c crypto.c +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 + ss.h version.h crypto.h fakepoll.h |