summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pixman/Makefile.am1
-rw-r--r--pixman/Makefile.sources1
2 files changed, 2 insertions, 0 deletions
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 \