Browse code

bb#9156/10335: update clamd autojunk for fanotify fix

David Raynor authored on 2014/02/07 00:39:41
Showing 2 changed files
... ...
@@ -46,8 +46,7 @@ clamd_SOURCES = \
46 46
     others.h \
47 47
     shared.h \
48 48
     fan.c \
49
-    fan.h \
50
-    fan-syscalllib.h
49
+    fan.h
51 50
 
52 51
 AM_CFLAGS=@WERR_CFLAGS@
53 52
 
... ...
@@ -100,7 +100,7 @@ am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
100 100
 	$(top_srcdir)/shared/misc.h clamd.c tcpserver.c tcpserver.h \
101 101
 	localserver.c localserver.h session.c session.h thrmgr.c \
102 102
 	thrmgr.h server-th.c server.h scanner.c scanner.h others.c \
103
-	others.h shared.h fan.c fan.h fan-syscalllib.h
103
+	others.h shared.h fan.c fan.h
104 104
 @BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
105 105
 @BUILD_CLAMD_TRUE@	optparser.$(OBJEXT) getopt.$(OBJEXT) \
106 106
 @BUILD_CLAMD_TRUE@	misc.$(OBJEXT) clamd.$(OBJEXT) \