Hello steve,
I download trunk-r52.zip from SVN webpage. It seems that some files are missing.
In src/Makefile.am, auditd-listen.h and auditd-listen.c are used, but they are
nonexistent.
So error occurred when make:
#make
...
Making all in src
make[2]: Entering directory `/home/yuzg/audit/trunk/src'
make[2]: *** No rule to make target `auditd-listen.c', needed by
`auditd-auditd-listen.o'. Stop.
make[2]: Leaving directory `/home/yuzg/audit/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yuzg/audit/trunk'
make: *** [all] Error 2
Can you provide these files?