New library wmgeneral
commit9b5756d5bd79556d9e20730c920da67d007a8a4d
authorRodolfo García Peñas (kix) <kix@kix.es>
Thu, 13 Aug 2015 15:42:41 +0000 (13 17:42 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 13 Aug 2015 18:33:19 +0000 (13 19:33 +0100)
tree63e3dfacb6adaff1ecb3fd5780490214265f8af2
parent78109f686c257df6a16ba0fefcccf68cdc5dff0a
New library wmgeneral

This patch includes the library wmgeneral. The wmgeneral library
is used in a lot of dockapps:

$ find . -name wmgeneral
./wmkeys/wmgeneral
./wmtime/wmgeneral
./wmtz/wmgeneral
./wmsm.app/wmgeneral
./wmcpufreq/wmgeneral
./wmtv/src/wmgeneral
./wmSMPmon/wmgeneral
./wmckgmail/wmgeneral
./wmifs/wmgeneral
./wmbiff/wmgeneral
./wmfsm/wmgeneral
./wmsun/wmgeneral
./wmmon/wmgeneral
./wmitime/wmgeneral
./wmppp.app/wmgeneral

So, any change in the wmgeneral needs change a lot of dockapps.

I used the wmmon dockapp to move the wmgeneral and then I adjust the
wmmon to use the library. The library must be installed in the system
to build wmmon (wmmon uses the .h files) and is needed to run wmmon
(wmmon uses the libwmgeneral.so shared library).

I did not include any Changelog/README/... file to announce the change
in the libwmgeneral folder.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
libwmgeneral/Makefile [new file with mode: 0644]
libwmgeneral/list.c [moved from wmmon/wmgeneral/list.c with 100% similarity]
libwmgeneral/list.h [moved from wmmon/wmgeneral/list.h with 100% similarity]
libwmgeneral/misc.c [moved from wmmon/wmgeneral/misc.c with 100% similarity]
libwmgeneral/misc.h [moved from wmmon/wmgeneral/misc.h with 100% similarity]
libwmgeneral/wmgeneral.c [moved from wmmon/wmgeneral/wmgeneral.c with 100% similarity]
libwmgeneral/wmgeneral.h [moved from wmmon/wmgeneral/wmgeneral.h with 100% similarity]
wmmon/wmmon/Makefile [changed mode: 0755->0644]
wmmon/wmmon/wmmon.c