From: short <> Date: Mon, 24 Mar 2003 00:05:54 +0000 (+0000) Subject: +libcaptive/po/ X-Git-Tag: captive-0_2~136 X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=e9b2ba5ba064c41277456a530b1199ea2729612f;p=captive.git +libcaptive/po/ --- diff --git a/configure.in b/configure.in index 5be6841..921e7e6 100644 --- a/configure.in +++ b/configure.in @@ -220,6 +220,7 @@ Makefile ./src/libcaptive/ldr/Makefile ./src/libcaptive/mm/Makefile ./src/libcaptive/ob/Makefile +./src/libcaptive/po/Makefile ./src/libcaptive/ps/Makefile ./src/libcaptive/rtl/Makefile ./src/libcaptive/se/Makefile diff --git a/src/libcaptive/Makefile.am b/src/libcaptive/Makefile.am index 7b53e64..c86a559 100644 --- a/src/libcaptive/Makefile.am +++ b/src/libcaptive/Makefile.am @@ -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 se storage sandbox client +SUBDIRS=include reactos halcaptive cc cm ex fs io kd ke ldr mm ob po ps rtl se storage sandbox client EXTRA_DIST+= \ Makefile-libcaptive.am @@ -38,6 +38,7 @@ libcaptive_la_LIBADD= \ ldr/libldr.la \ mm/libmm.la \ ob/libob.la \ + po/libpo.la \ ps/libps.la \ rtl/librtl.la \ se/libse.la \ diff --git a/src/libcaptive/po/Makefile.am b/src/libcaptive/po/Makefile.am new file mode 100644 index 0000000..5d2cf51 --- /dev/null +++ b/src/libcaptive/po/Makefile.am @@ -0,0 +1,24 @@ +# $Id$ +# automake source for the power-facilities of libcaptive Makefile +# Copyright (C) 2002 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 +# 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=libpo.la +libpo_la_SOURCES= \ + shutdownwork.c