mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 14:30:33 +01:00
[boilerplage] Add getopts to the boilerplate library.
Remember to compile the _cairo_getopts() function into the boilerplate convenience library for cairo-perf.
This commit is contained in:
parent
fe93038ef3
commit
790eaef71c
1 changed files with 8 additions and 6 deletions
|
|
@ -2,12 +2,14 @@ EXTRA_DIST = Makefile.win32
|
|||
|
||||
EXTRA_LTLIBRARIES = libcairoboilerplate.la
|
||||
|
||||
libcairoboilerplate_la_SOURCES =\
|
||||
cairo-boilerplate.c \
|
||||
cairo-boilerplate.h \
|
||||
cairo-boilerplate-scaled-font.h \
|
||||
xmalloc.c \
|
||||
xmalloc.h
|
||||
libcairoboilerplate_la_SOURCES = \
|
||||
cairo-boilerplate.c \
|
||||
cairo-boilerplate.h \
|
||||
cairo-boilerplate-getopt.c \
|
||||
cairo-boilerplate-getopt.h \
|
||||
cairo-boilerplate-scaled-font.h \
|
||||
xmalloc.c \
|
||||
xmalloc.h
|
||||
libcairoboilerplate_la_LIBADD = $(top_builddir)/src/libcairo.la $(CAIRO_LDADD)
|
||||
|
||||
if CAIRO_HAS_BEOS_SURFACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue