From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Zhiguo Subject: some files are missing Date: Tue, 19 Aug 2008 10:02:11 +0800 Message-ID: <48AA29A3.2080000@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Steve Grubb , audit-list List-Id: linux-audit@redhat.com 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?