+libcaptive/se/
authorshort <>
Fri, 17 Jan 2003 01:07:48 +0000 (01:07 +0000)
committershort <>
Fri, 17 Jan 2003 01:07:48 +0000 (01:07 +0000)
configure.in
src/libcaptive/Makefile.am
src/libcaptive/se/Makefile.am [new file with mode: 0644]

index 9cfbcc4..147181d 100644 (file)
@@ -166,6 +166,7 @@ Makefile
 ./src/libcaptive/ob/Makefile
 ./src/libcaptive/ps/Makefile
 ./src/libcaptive/rtl/Makefile
+./src/libcaptive/se/Makefile
 ./src/libcaptive/storage/Makefile
 ./src/libcaptive/sandbox/Makefile
 ./src/libcaptive/client/Makefile
index 8bf1043..7b53e64 100644 (file)
@@ -19,7 +19,7 @@
 include $(top_srcdir)/Makefile-head.am
 include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
 
-SUBDIRS=include reactos halcaptive cc cm ex fs io kd ke ldr mm ob ps rtl storage sandbox client
+SUBDIRS=include reactos halcaptive cc cm ex fs io kd ke ldr mm ob ps rtl se storage sandbox client
 
 EXTRA_DIST+= \
                Makefile-libcaptive.am
@@ -40,6 +40,7 @@ libcaptive_la_LIBADD= \
                ob/libob.la \
                ps/libps.la \
                rtl/librtl.la \
+               se/libse.la \
                storage/libstorage.la \
                sandbox/libsandbox.la \
                client/libclient.la
diff --git a/src/libcaptive/se/Makefile.am b/src/libcaptive/se/Makefile.am
new file mode 100644 (file)
index 0000000..28d08b6
--- /dev/null
@@ -0,0 +1,24 @@
+# $Id$
+# automake source for the run-time-library of libcaptive Makefile 
+# Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+# 
+# 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
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+include $(top_srcdir)/Makefile-head.am
+include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
+
+noinst_LTLIBRARIES=libse.la
+libse_la_SOURCES= \
+               semgr.c