Browse code

add fan.h to Makefile

Tomasz Kojm authored on 2011/12/07 23:30:09
Showing 2 changed files
... ...
@@ -46,6 +46,7 @@ clamd_SOURCES = \
46 46
     others.h \
47 47
     shared.h \
48 48
     fan.c \
49
+    fan.h \
49 50
     fan-syscalllib.h
50 51
 
51 52
 AM_CFLAGS=@WERR_CFLAGS@
... ...
@@ -83,7 +83,7 @@ am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
83 83
 	$(top_srcdir)/shared/misc.h clamd.c tcpserver.c tcpserver.h \
84 84
 	localserver.c localserver.h session.c session.h thrmgr.c \
85 85
 	thrmgr.h server-th.c server.h scanner.c scanner.h others.c \
86
-	others.h shared.h fan.c fan-syscalllib.h
86
+	others.h shared.h fan.c fan.h fan-syscalllib.h
87 87
 @BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
88 88
 @BUILD_CLAMD_TRUE@	optparser.$(OBJEXT) getopt.$(OBJEXT) \
89 89
 @BUILD_CLAMD_TRUE@	misc.$(OBJEXT) clamd.$(OBJEXT) \
... ...
@@ -318,6 +318,7 @@ top_srcdir = @top_srcdir@
318 318
 @BUILD_CLAMD_TRUE@    others.h \
319 319
 @BUILD_CLAMD_TRUE@    shared.h \
320 320
 @BUILD_CLAMD_TRUE@    fan.c \
321
+@BUILD_CLAMD_TRUE@    fan.h \
321 322
 @BUILD_CLAMD_TRUE@    fan-syscalllib.h
322 323
 
323 324
 @BUILD_CLAMD_TRUE@AM_CFLAGS = @WERR_CFLAGS@