From 54a13221ee74cd59a40943ae060840a4b0e9cd48 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 19 Apr 2020 14:45:23 -0700 Subject: Distribute the blue-noise files Signed-off-by: Matt Turner --- pixman/Makefile.am | 1 + pixman/Makefile.sources | 1 + 2 files changed, 2 insertions(+) diff --git a/pixman/Makefile.am b/pixman/Makefile.am index 3de2615..8f780a1 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -12,6 +12,7 @@ noinst_LTLIBRARIES = EXTRA_DIST = \ Makefile.win32 \ + dither/make-blue-noise.c \ pixman-region.c \ solaris-hwcap.mapfile \ meson.build \ diff --git a/pixman/Makefile.sources b/pixman/Makefile.sources index c624eb9..23d1d97 100644 --- a/pixman/Makefile.sources +++ b/pixman/Makefile.sources @@ -32,6 +32,7 @@ libpixman_sources = \ $(NULL) libpixman_headers = \ + dither/blue-noise-64x64.h \ pixman.h \ pixman-accessor.h \ pixman-combine32.h \ -- cgit v1.2.1