diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-15 21:13:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-15 21:13:40 +0000 |
commit | ffc545311b9c1142b6ed59482cb811f6388e1932 (patch) | |
tree | aa0911cd226723dbe4773c6865810ce718918d71 /src/or/Makefile.am | |
parent | 4aeca322b4222b2735e057e8e9027cc94e2064dc (diff) | |
download | tor-ffc545311b9c1142b6ed59482cb811f6388e1932.tar.gz tor-ffc545311b9c1142b6ed59482cb811f6388e1932.zip |
removed args.c (bruce's popt stuff makes it obsolete)
svn:r49
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index f296776902..0bf5f4a787 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = or or_LDADD = -L../common -lor -or_SOURCES = args.c buffers.c cell.c circuit.c command.c connection.c \ +or_SOURCES = buffers.c cell.c circuit.c command.c connection.c \ connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \ main.c onion.c routers.c |