Browse code

update

git-svn: trunk@1653

Tomasz Kojm authored on 2005/07/20 03:08:07
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
 @SET_MAKE@
16 16
 
17 17
 #
18
-#  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
18
+#  Copyright (C) 2002 - 2005 Tomasz Kojm <tkojm@clamav.net>
19 19
 #
20 20
 #  This program is free software; you can redistribute it and/or modify
21 21
 #  it under the terms of the GNU General Public License as published by
... ...
@@ -76,9 +76,9 @@ am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
76 76
 	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/memory.c \
77 77
 	$(top_srcdir)/shared/memory.h $(top_srcdir)/shared/misc.c \
78 78
 	$(top_srcdir)/shared/misc.h options.c options.h clamd.c \
79
-	defaults.h tcpserver.c tcpserver.h localserver.c localserver.h \
80
-	session.c session.h thrmgr.c thrmgr.h server-th.c server.h \
81
-	scanner.c scanner.h others.c others.h clamuko.c clamuko.h \
79
+	tcpserver.c tcpserver.h localserver.c localserver.h session.c \
80
+	session.h thrmgr.c thrmgr.h server-th.c server.h scanner.c \
81
+	scanner.h others.c others.h clamuko.c clamuko.h \
82 82
 	dazukoio_compat12.c dazukoio_compat12.h dazukoio.c dazukoio.h \
83 83
 	dazuko_xp.h dazukoio_xp.h shared.h
84 84
 @BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
... ...
@@ -231,7 +231,6 @@ target_vendor = @target_vendor@
231 231
 @BUILD_CLAMD_TRUE@    options.c \
232 232
 @BUILD_CLAMD_TRUE@    options.h \
233 233
 @BUILD_CLAMD_TRUE@    clamd.c \
234
-@BUILD_CLAMD_TRUE@    defaults.h \
235 234
 @BUILD_CLAMD_TRUE@    tcpserver.c \
236 235
 @BUILD_CLAMD_TRUE@    tcpserver.h \
237 236
 @BUILD_CLAMD_TRUE@    localserver.c \