mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 02:40:19 +01:00
[boilerplate] Rename xmalloc.[ch] to boilerplate namespace
This commit is contained in:
parent
c16b4520ec
commit
0e01534bf0
4 changed files with 5 additions and 4 deletions
|
|
@ -8,8 +8,9 @@ libcairoboilerplate_la_SOURCES = \
|
|||
cairo-boilerplate-getopt.c \
|
||||
cairo-boilerplate-getopt.h \
|
||||
cairo-boilerplate-scaled-font.h \
|
||||
xmalloc.c \
|
||||
xmalloc.h
|
||||
cairo-boilerplate-system.c \
|
||||
cairo-boilerplate-system.h \
|
||||
$(NULL)
|
||||
libcairoboilerplate_la_LIBADD = $(top_builddir)/src/libcairo.la $(CAIRO_LDADD)
|
||||
|
||||
if CAIRO_HAS_BEOS_SURFACE
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#define _GNU_SOURCE 1 /* for vasprintf */
|
||||
|
||||
#include "cairo-boilerplate.h"
|
||||
#include "xmalloc.h"
|
||||
#include "cairo-boilerplate-system.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -187,6 +187,6 @@ cairo_boilerplate_version (void);
|
|||
const char*
|
||||
cairo_boilerplate_version_string (void);
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "cairo-boilerplate-system.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue