mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-07 06:30:44 +02:00
9 lines
231 B
Makefile
9 lines
231 B
Makefile
libconfig_parser_la_LIBADD = $(IMAGE_LIBS)
|
|
AM_CPPFLAGS = $(IMAGE_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = libconfig-parser.la
|
|
libconfig_parser_la_SOURCES = \
|
|
config-parser.c \
|
|
option-parser.c \
|
|
image-loader.c \
|
|
config-parser.h
|