mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 08:20:28 +01:00
[test] Typo in Makefile.am
s/AC_CPPFLAGS/AM_CPPFLAGS/g
This commit is contained in:
parent
bf62798b12
commit
84a7a9955c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ perceptualdiff_SOURCES = \
|
|||
args.h \
|
||||
perceptualdiff.c
|
||||
|
||||
AC_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
|
||||
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la
|
||||
#
|
||||
# Delete intermediate files as well
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef _PDIFF_H
|
||||
#define _PDIFF_H
|
||||
|
||||
#include <cairo.h>
|
||||
#include "cairo.h"
|
||||
|
||||
typedef int bool;
|
||||
#ifndef true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue