mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-29 05:50:49 +02:00
Add
-I$(top_builddir)/src for cairo-features.h (Tomasz Cholewo)
This commit is contained in:
parent
c1c8c57b90
commit
23976d00b2
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-06-09 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* test/Makefile.am (INCLUDES): Add
|
||||
-I$(top_builddir)/src for cairo-features.h (Tomasz Cholewo)
|
||||
|
||||
2005-06-07 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* src/cairo-pdf-surface.c: (_cairo_pdf_surface_show_glyphs):
|
||||
|
|
|
|||
|
|
@ -105,7 +105,12 @@ check_PROGRAMS = $(TESTS)
|
|||
# not be the most portable approach, but it is pragmatic and I'm
|
||||
# willing to do something cleaner as soon as it causes someone a
|
||||
# problem.
|
||||
INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I$(top_srcdir)/src
|
||||
INCLUDES = \
|
||||
-D_GNU_SOURCE \
|
||||
$(CAIRO_CFLAGS) \
|
||||
-I$(srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src
|
||||
|
||||
noinst_LTLIBRARIES = libcairotest.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue