Browse code

add -I$(top_srcdir) to Makefile.am (bb#404)

git-svn: trunk@2961

Tomasz Kojm authored on 2007/03/21 08:27:26
Showing 5 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Mar 20 22:34:59 CET 2007 (tk)
2
+---------------------------------
3
+  * clamconf, clamdscan: add -I$(top_srcdir) to Makefile.am (bb#404)
4
+
1 5
 Tue Mar 20 20:05:33 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * freshclam: cleanup some code and fix gcc -W* warnings
... ...
@@ -28,5 +28,5 @@ clamconf_SOURCES = \
28 28
     clamconf.c
29 29
 
30 30
 DEFS = @DEFS@ -DCL_NOTHREADS
31
-INCLUDES = -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
31
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
32 32
 LIBS = $(top_builddir)/libclamav/libclamav.la @THREAD_LIBS@
... ...
@@ -223,7 +223,7 @@ clamconf_SOURCES = \
223 223
     $(top_srcdir)/shared/getopt.h \
224 224
     clamconf.c
225 225
 
226
-INCLUDES = -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
226
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
227 227
 all: all-am
228 228
 
229 229
 .SUFFIXES:
... ...
@@ -39,5 +39,5 @@ clamdscan_SOURCES = \
39 39
 endif
40 40
 
41 41
 DEFS = @DEFS@ -DCL_NOTHREADS
42
-INCLUDES = -I$(top_srcdir)/clamscan -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
42
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/clamscan -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
43 43
 LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @THREAD_LIBS@
... ...
@@ -239,7 +239,7 @@ target_vendor = @target_vendor@
239 239
 @BUILD_CLAMD_TRUE@    client.h \
240 240
 @BUILD_CLAMD_TRUE@    defaults.h
241 241
 
242
-INCLUDES = -I$(top_srcdir)/clamscan -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
242
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/clamscan -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
243 243
 all: all-am
244 244
 
245 245
 .SUFFIXES: