diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/cairo-1.16.0/test/pdiff/Makefile.am | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/cairo-1.16.0/test/pdiff/Makefile.am')
-rw-r--r-- | libs/cairo-1.16.0/test/pdiff/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/cairo-1.16.0/test/pdiff/Makefile.am b/libs/cairo-1.16.0/test/pdiff/Makefile.am deleted file mode 100644 index 73098da..0000000 --- a/libs/cairo-1.16.0/test/pdiff/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -include $(top_srcdir)/build/Makefile.am.common - -EXTRA_PROGRAMS += perceptualdiff -EXTRA_DIST += gpl.txt - -noinst_LTLIBRARIES = libpdiff.la -libpdiff_la_SOURCES = \ - pdiff.h \ - lpyramid.c \ - lpyramid.h \ - pdiff.c - -perceptualdiff_SOURCES = \ - args.c \ - args.h \ - perceptualdiff.c - -AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS) -LDADD = libpdiff.la $(top_builddir)/src/libcairo.la |