The utilities for argus version 2 are not compatible and the old port will be kept as long as there is interest.
11 lines
351 B
Text
11 lines
351 B
Text
--- clients/Makefile.in~ 2008-02-05 04:37:43.000000000 +0100
|
|
+++ clients/Makefile.in 2008-02-07 11:32:41.576020693 +0100
|
|
@@ -45,7 +45,7 @@
|
|
|
|
CC = @CC@
|
|
CCOPT = @V_CCOPT@
|
|
-INCLS = -I. -I../include -I../common @V_INCLS@
|
|
+INCLS = -I. -I../include -I../common @V_INCLS@ @SASLFLAGS@
|
|
DEFS = @DEFS@
|
|
COMPATLIB = @COMPATLIB@ @LIB_SASL@ @LIBS@ @V_THREADS@
|
|
|