move config parser to a convenience library
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 5 Dec 2011 13:58:11 +0000 (15:58 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Thu, 8 Dec 2011 08:25:12 +0000 (10:25 +0200)
commitc1765c67b394ec82c5d576140e0e297088deaabb
treec1dbd63e13f96c3061b79054f246a601d1bb0d73
parent02dfb7514547e48045e20ed57f361cfc7826ada3
move config parser to a convenience library

Create a new directory for convenience librariers that can be shared
between compositor components and clients.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Makefile.am
clients/Makefile.am
clients/desktop-shell.c
clients/tablet-shell.c
clients/window.h
configure.ac
shared/Makefile.am [new file with mode: 0644]
shared/configparser.c [moved from clients/config.c with 99% similarity]
shared/configparser.h [new file with mode: 0644]