mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-10 16:20:19 +01:00
Eventually we will want more functionality in the shared library and we will rename it at that point. Perhaps we'll name it libnih, but for now let's stick with libconfig-parser.
4 lines
114 B
Makefile
4 lines
114 B
Makefile
noinst_LTLIBRARIES = libconfig-parser.la
|
|
libconfig_parser_la_SOURCES = \
|
|
config-parser.c \
|
|
config-parser.h
|