Removed Socket.h from SRCS

pull/34/head
Tatsuhiro Tsujikawa 2012-10-31 19:07:08 +09:00
parent cb5984ce52
commit 08cd68ec95
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ bin_PROGRAMS = aria2c
aria2c_SOURCES = main.cc\
option_processing.cc\
version_usage.cc
SRCS = Socket.h\
SocketCore.cc SocketCore.h\
SRCS = SocketCore.cc SocketCore.h\
BinaryStream.h\
Command.cc Command.h\
AbstractCommand.cc AbstractCommand.h\