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.
15 lines
326 B
15 lines
326 B
noinst_LTLIBRARIES = libshared.la
|
|
|
|
libshared_la_LIBADD = $(SHARED_LIBS)
|
|
AM_CPPFLAGS = $(SHARED_CFLAGS)
|
|
AM_CFLAGS = $(GCC_CFLAGS)
|
|
|
|
libshared_la_SOURCES = \
|
|
config-parser.c \
|
|
option-parser.c \
|
|
image-loader.c \
|
|
config-parser.h \
|
|
os-compatibility.c \
|
|
os-compatibility.h \
|
|
cairo-util.c \
|
|
cairo-util.h
|
|
|