mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-09 19:10:45 +02:00
boilerplate: Add EXTRA_LTLIBRARIES to CLEANFILES to allow make distcleancheck to pass.
This commit is contained in:
parent
2483542b74
commit
aba2b299db
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
EXTRA_LTLIBRARIES = libcairoboilerplate.la
|
||||
|
||||
|
||||
libcairoboilerplate_la_SOURCES =\
|
||||
cairo-boilerplate.c \
|
||||
cairo-boilerplate.h \
|
||||
|
|
@ -42,3 +41,6 @@ INCLUDES = \
|
|||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src \
|
||||
$(CAIRO_CFLAGS)
|
||||
|
||||
CLEANFILES = \
|
||||
$(EXTRA_LTLIBRARIES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue