summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 20:45:57 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 20:45:57 +0200
commit6524c95bb8ea0339908ab9bff03211f8c42e77d9 (patch)
tree5edf64b415049d9a1f84a4e840adc6110e70c886 /src/Makefile.am
parent4894107e215fd13e8121bcdc3b610c4db7556689 (diff)
add TIFFOutputImage
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b686716..5577090 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ gipfel_SOURCES = \
Stitch.cxx \
OutputImage.cxx \
JPEGOutputImage.cxx \
+ TIFFOutputImage.cxx \
PreviewOutputImage.cxx
noinst_HEADERS = \
@@ -31,5 +32,6 @@ noinst_HEADERS = \
Stitch.H \
OutputImage.H \
JPEGOutputImage.H \
+ TIFFOutputImage.H \
PreviewOutputImage.H \
util.h