Browse code

update

git-svn: trunk@1433

Tomasz Kojm authored on 2005/03/26 06:07:40
Showing 2 changed files
... ...
@@ -39,8 +39,9 @@ freshclam_SOURCES = \
39 39
     notify.c \
40 40
     notify.h \
41 41
     dns.c \
42
-    dns.h
43
-
42
+    dns.h \
43
+    execute.c \
44
+    execute.h
44 45
 
45 46
 DEFS = @DEFS@ -DCL_NOTHREADS
46 47
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
... ...
@@ -74,17 +74,18 @@ PROGRAMS = $(bin_PROGRAMS)
74 74
 am_freshclam_OBJECTS = output.$(OBJEXT) cfgparser.$(OBJEXT) \
75 75
 	getopt.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
76 76
 	freshclam.$(OBJEXT) options.$(OBJEXT) manager.$(OBJEXT) \
77
-	notify.$(OBJEXT) dns.$(OBJEXT)
77
+	notify.$(OBJEXT) dns.$(OBJEXT) execute.$(OBJEXT)
78 78
 freshclam_OBJECTS = $(am_freshclam_OBJECTS)
79 79
 freshclam_LDADD = $(LDADD)
80 80
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
81 81
 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 82
 am__depfiles_maybe = depfiles
83 83
 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfgparser.Po ./$(DEPDIR)/dns.Po \
84
-@AMDEP_TRUE@	./$(DEPDIR)/freshclam.Po ./$(DEPDIR)/getopt.Po \
85
-@AMDEP_TRUE@	./$(DEPDIR)/manager.Po ./$(DEPDIR)/memory.Po \
86
-@AMDEP_TRUE@	./$(DEPDIR)/misc.Po ./$(DEPDIR)/notify.Po \
87
-@AMDEP_TRUE@	./$(DEPDIR)/options.Po ./$(DEPDIR)/output.Po
84
+@AMDEP_TRUE@	./$(DEPDIR)/execute.Po ./$(DEPDIR)/freshclam.Po \
85
+@AMDEP_TRUE@	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/manager.Po \
86
+@AMDEP_TRUE@	./$(DEPDIR)/memory.Po ./$(DEPDIR)/misc.Po \
87
+@AMDEP_TRUE@	./$(DEPDIR)/notify.Po ./$(DEPDIR)/options.Po \
88
+@AMDEP_TRUE@	./$(DEPDIR)/output.Po
88 89
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89 90
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 91
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
... ...
@@ -225,7 +226,9 @@ freshclam_SOURCES = \
225 225
     notify.c \
226 226
     notify.h \
227 227
     dns.c \
228
-    dns.h
228
+    dns.h \
229
+    execute.c \
230
+    execute.h
229 231
 
230 232
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
231 233
 all: all-am
... ...
@@ -301,6 +304,7 @@ distclean-compile:
301 301
 
302 302
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfgparser.Po@am__quote@
303 303
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
304
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
304 305
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freshclam.Po@am__quote@
305 306
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
306 307
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@