Browse code

change clamdtop for building with libjson.

Steven Morgan authored on 2014/04/21 23:35:18
Showing 2 changed files
... ...
@@ -11,7 +11,7 @@ clamdtop_SOURCES = \
11 11
     clamdtop.c
12 12
 
13 13
 AM_CFLAGS=@WERR_CFLAGS@
14
-AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@
14
+AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@ @JSON_CPPFLAGS@
15 15
 clamdtop_LDADD = @CURSES_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la
16 16
 endif
17 17
 DEFS = @DEFS@ -DCL_NOTHREADS -DCL_NOLIBCLAMAV
... ...
@@ -389,7 +389,7 @@ top_srcdir = @top_srcdir@
389 389
 @HAVE_CURSES_TRUE@    clamdtop.c
390 390
 
391 391
 @HAVE_CURSES_TRUE@AM_CFLAGS = @WERR_CFLAGS@
392
-@HAVE_CURSES_TRUE@AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@
392
+@HAVE_CURSES_TRUE@AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@ @SSL_CPPFLAGS@ @JSON_CPPFLAGS@
393 393
 @HAVE_CURSES_TRUE@clamdtop_LDADD = @CURSES_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la
394 394
 EXTRA_DIST = clamdtop.c
395 395
 all: all-am