Mercurial > wflogs-daemon
view src/Makefile.am @ 4:37eace15ef87
allow hourly/daily/weekly triggers for output generation, append to temp wflogs input files so daemon restart won't drop as much data
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 17 May 2013 12:03:21 -0700 |
parents | 0aa1171aebd2 |
children |
line wrap: on
line source
sbin_PROGRAMS = wflogs-daemon wflogs_daemon_SOURCES = wflogs-daemon.cpp tokenizer.cpp tokenizer.h \ includes.h wflogs-config.cpp wflogs-config.h wflogs-daemon.h daemon.h EXTRA_DIST = daemon.c # set the include path found by configure INCLUDES= $(all_includes) # the library search path. wflogs_daemon_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) wflogs_daemon_LDADD = $(all_libraries) $(REGEXLIB) # default compile flags wflogs_daemon_CXXFLAGS = $(PTHREAD_CFLAGS)