View | Details | Raw Unified | Return to bug 13347
Collapse All | Expand All

(-)klamav-0.41.1/src/Makefile.am.no-sqlite (-1 / +1 lines)
Lines 9-15 endif Link Here
9
# of the other Makefile.am variables
9
# of the other Makefile.am variables
10
bin_PROGRAMS = klamav
10
bin_PROGRAMS = klamav
11
11
12
SUBDIRS=icons klammail klamd about action arkollon sqlite .
12
SUBDIRS=icons klammail klamd about action arkollon .
13
13
14
# set the include path for X, qt and KDE
14
# set the include path for X, qt and KDE
15
INCLUDES         = $(all_includes)
15
INCLUDES         = $(all_includes)
(-)klamav-0.41.1/src/Makefile.in.no-sqlite (-1 / +1 lines)
Lines 403-409 xdg_menudir = @xdg_menudir@ Link Here
403
@with_included_sqlite_TRUE@SQLITE_SUBDIR = sqlite
403
@with_included_sqlite_TRUE@SQLITE_SUBDIR = sqlite
404
@with_included_sqlite_TRUE@LIB_SQLITE_LOCAL = sqlite/libsqlite.la
404
@with_included_sqlite_TRUE@LIB_SQLITE_LOCAL = sqlite/libsqlite.la
405
@with_included_sqlite_TRUE@sqlite_includes = -Isqlite
405
@with_included_sqlite_TRUE@sqlite_includes = -Isqlite
406
SUBDIRS = icons klammail klamd about action arkollon sqlite .
406
SUBDIRS = icons klammail klamd about action arkollon .
407
407
408
# set the include path for X, qt and KDE
408
# set the include path for X, qt and KDE
409
INCLUDES = $(all_includes)
409
INCLUDES = $(all_includes)

Return to bug 13347