Skip to content

Commit

Permalink
Output to collectd
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 30, 2013
1 parent cbc9d10 commit dbf0989
Show file tree
Hide file tree
Showing 9 changed files with 1,135 additions and 181 deletions.
7 changes: 4 additions & 3 deletions Make.inc.in
Expand Up @@ -59,6 +59,7 @@ INSTALLSTRIP = @INSTALLSTRIP@
LCRYPT = @CRYPTLIB@
LIBS = @LIBS@
PCAP_LIBS = @PCAP_LIBS@
COLLECTDC_LIBS = @COLLECTDC_LIBS@
LDFLAGS = @LDFLAGS@

LOGDIR = ${logdir}
Expand Down Expand Up @@ -125,11 +126,11 @@ endif

# http://clang.llvm.org/StaticAnalysis.html
#
# $ make SCAN=/path/to/checker/
# $ make SCAN=/path/to/checker/
#
ifneq ($(SCAN),)
CC := $(SCAN)/scan-build gcc -DFR_SCAN_BUILD
LIBTOOL :=
LIBTOOL :=
endif

#
Expand All @@ -144,7 +145,7 @@ LINK_MODE.exe = -static
endif

ifneq "$(LIBTOOL)" ""
COMPILE.c := $(LIBTOOL) --quiet --mode=compile $(CC)
COMPILE.c := $(LIBTOOL) --quiet --mode=compile $(CC)
LINK.lib := $(LIBTOOL) --quiet --mode=link $(CC) -rpath $(libdir) -o
LO := lo
LA := la
Expand Down

0 comments on commit dbf0989

Please sign in to comment.