You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|