git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@454 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -33,5 +33,5 @@ endif |
| 33 | 33 |
DEFS = @DEFS@ -DSENDMAIL_BIN=\"@SENDMAIL@\" |
| 34 | 34 |
# CLAMD_LIBS is used, because clamav-milter requires the same libraries as clamd |
| 35 | 35 |
LIBS = -L$(top_builddir)/libclamav -lclamav -L/usr/lib/libmilter -lmilter @CLAMAV_MILTER_LIBS@ |
| 36 |
-INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/clamscan |
|
| 36 |
+INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared -I$(top_srcdir)/clamscan |
|
| 37 | 37 |
EXTRA_DIST = clamav-milter.c INSTALL |
| ... | ... |
@@ -129,7 +129,7 @@ install_sh = @install_sh@ |
| 129 | 129 |
DEFS = @DEFS@ -DSENDMAIL_BIN=\"@SENDMAIL@\" |
| 130 | 130 |
# CLAMD_LIBS is used, because clamav-milter requires the same libraries as clamd |
| 131 | 131 |
LIBS = -L$(top_builddir)/libclamav -lclamav -L/usr/lib/libmilter -lmilter @CLAMAV_MILTER_LIBS@ |
| 132 |
-INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/clamscan |
|
| 132 |
+INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared -I$(top_srcdir)/clamscan |
|
| 133 | 133 |
EXTRA_DIST = clamav-milter.c INSTALL |
| 134 | 134 |
subdir = clamav-milter |
| 135 | 135 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |