]> granicus.if.org Git - imagemagick/blobdiff - filters/Makefile.am
Use memset() rather than ResetMagickMemory()
[imagemagick] / filters / Makefile.am
index 7a8a68df265def85b5ed84f39fc6fc71274ac0c1..6cea5dc5e52059a197135df28937045687b29529 100644 (file)
@@ -1,4 +1,4 @@
-#  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+#  Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
 #  dedicated to making software imaging solutions freely available.
 #
 #  You may not use this file except in compliance with the License.  You may
@@ -17,6 +17,8 @@
 # Where filter modules get installed
 filtersdir = $(FILTER_PATH)
 
+MAGICK_FILTER_CPPFLAGS = $(AM_CPPFLAGS)
+
 MAGICKCORE_FILTER_SRCS = \
        filters/analyze.c
 
@@ -26,9 +28,10 @@ filters_LTLIBRARIES = \
 else
 filters_LTLIBRARIES =
 endif # WITH_MODULES
+filters_CPPFLAGS = $(MAGICK_FILTER_CPPFLAGS)
 
 # analyze filter module
 filters_analyze_la_SOURCES      = filters/analyze.c
-filters_analyze_la_CPPFLAGS     = $(MODULE_EXTRA_CPPFLAGS)
+filters_analyze_la_CPPFLAGS     = $(MAGICK_FILTER_CPPFLAGS)
 filters_analyze_la_LDFLAGS      = $(MODULECOMMONFLAGS)
 filters_analyze_la_LIBADD       = $(MAGICKCORE_LIBS) $(MATH_LIBS)