Initial commit of libsyslogp

This commit is contained in:
Laurence Withers 2009-11-06 17:32:50 +00:00
commit 87cc7a8e14
10 changed files with 971 additions and 5 deletions

3
config
View file

@ -32,5 +32,8 @@
source "scripts/paths"
# Project-specific variables below.
[ -z "${LIBISO8601_CFLAGS}" ] && LIBISO8601_CFLAGS="$(libiso8601-config --cflags)"
[ -z "${LIBISO8601_LIBS}" ] && LIBISO8601_LIBS="$(libiso8601-config --libs)"
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"