summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2018-10-05 20:09:06 -0400
committerCristy <urban-warrior@imagemagick.org>2018-10-05 20:09:06 -0400
commit86c12cf098ac9c12d3fe4fc2b9ae2388d85641d3 (patch)
treeaeaf08182a007f22d5bb3e60ccfef9982a691863 /Makefile.am
parent1a22fc0c8837838e60daecc0bf01648f359dd6fd (diff)
downloadImageMagick-86c12cf098ac9c12d3fe4fc2b9ae2388d85641d3.tar.gz
...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 75236833e..1e16ddc18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,9 @@ include_HEADERS =
# Headers which are not installed but which are distributed
noinst_HEADERS = \
- $(MAGICKCORE_NOINST_HDRS)
+ $(MAGICKCORE_NOINST_HDRS) \
+ $(MAGICKWAND_NOINST_HDRS) \
+ $(CODERS_NOINST_HDRS)
if WIN32_NATIVE_BUILD
SRCDIR='$(shell @WinPathScript@ $(srcdir)/)'