mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 03:50:19 +01:00
Make cairo-missing a static library
It was meant to be static, but my autotools-fu was not good enough.
This commit is contained in:
parent
7827f46d7c
commit
f8e4657d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ include $(top_srcdir)/util/cairo-missing/Makefile.sources
|
|||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
|
||||
|
||||
lib_LTLIBRARIES = libcairo-missing.la
|
||||
noinst_LTLIBRARIES = libcairo-missing.la
|
||||
|
||||
libcairo_missing_la_SOURCES = \
|
||||
$(libcairo_missing_sources) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue