Commit 5e56e5e3 authored by Pavel Vainerman's avatar Pavel Vainerman

Добавил uniset-smemory-plus в сборку

parent d5bbdb7c
......@@ -16,8 +16,10 @@ CCTARG=$(patsubst %.idl, ${CCDIR}/%SK.cc, ${IDLFILES})
all: ${HHTARG} ${CCTARG}
dynamic: all
${HHTARG} ${CCTARG}: ${IDLFILES}
for i in $^; do ${IDL} -v -bcxx ${IDLFLAGS} $$i; done
mv --target-directory=${HHDIR} *.hh
......@@ -29,4 +31,6 @@ clean:
depend:
install:
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 1.5
Release: alt7
Release: alt8
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
......@@ -172,6 +172,7 @@ rm -f %buildroot%_libdir/*.la
%_bindir/%oname-rtu188-state
%_bindir/%oname-rtuexchange
%_bindir/%oname-smemory
%_bindir/%oname-smemory-plus
%_bindir/%oname-smviewer
%_bindir/%oname-network
%_bindir/%oname-unet*
......@@ -212,6 +213,9 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
* Mon Dec 03 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt8
- add uniset-smemory-plus
* Fri Nov 30 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt7
- returned file 'SandClock.h' back and declared it obsolete
......
......@@ -4,7 +4,8 @@
if HAVE_EXTENTIONS
SUBDIRS = lib include SharedMemory IOControl LogicProcessor \
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP DBServer-MySQL tests
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP DBServer-MySQL SharedMemoryPlus \
tests
#SMDBServer
#SharedMemoryPlus
#UDPExchange
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment