]> granicus.if.org Git - imagemagick/blobdiff - wand/Makefile.am
(no commit message)
[imagemagick] / wand / Makefile.am
index eeebfeecf5158636a3bf5777e3495d77f7c11ade..8dfcd3536e675613f5888ef9167d9a3af285b773 100644 (file)
@@ -1,4 +1,4 @@
-#  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+#  Copyright 1999-2010 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
@@ -53,8 +53,6 @@ WAND_SOURCES = \
        wand/montage.h \
        wand/pixel-iterator.c \
        wand/pixel-iterator.h \
-       wand/pixel-view.c \
-       wand/pixel-view.h \
        wand/pixel-wand.c \
        wand/pixel-wand.h \
        wand/pixel-wand-private.h \
@@ -62,7 +60,9 @@ WAND_SOURCES = \
        wand/stream.h \
        wand/studio.h \
        wand/wand.c \
-       wand/wand.h
+       wand/wand.h \
+       wand/wand-view.c \
+       wand/wand-view.h 
 
 WAND_INCLUDE_HDRS = \
        wand/MagickWand.h \
@@ -83,9 +83,9 @@ WAND_INCLUDE_HDRS = \
        wand/mogrify.h \
        wand/montage.h \
        wand/pixel-iterator.h \
-       wand/pixel-view.h \
        wand/pixel-wand.h \
-       wand/stream.h
+       wand/stream.h \
+       wand/wand-view.h
 
 WAND_NOINST_HDRS = \
   wand/mogrify-private.h \