From 59711fe0b5f0cf105b40f8d1c705dcbbd5fa03ec Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 28 Mar 2003 20:17:52 +0000 Subject: [PATCH] +libcaptive/se/audit.c +libcaptive/se/priv.c --- src/libcaptive/se/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcaptive/se/Makefile.am b/src/libcaptive/se/Makefile.am index 90f19aa..77b22a0 100644 --- a/src/libcaptive/se/Makefile.am +++ b/src/libcaptive/se/Makefile.am @@ -1,6 +1,6 @@ # $Id$ # automake source for the run-time-library of libcaptive Makefile -# Copyright (C) 2002 Jan Kratochvil +# Copyright (C) 2002-2003 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,5 +21,7 @@ include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am noinst_LTLIBRARIES=libse.la libse_la_SOURCES= \ + audit.c \ + priv.c \ sd.c \ semgr.c -- 1.8.3.1