weston/shared/Makefile.am
Pekka Paalanen c1765c67b3 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>
2011-12-08 10:25:12 +02:00

4 lines
102 B
Makefile

noinst_LTLIBRARIES = libconfigparser.la
libconfigparser_la_SOURCES = configparser.c \
configparser.h