summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-02 18:00:23 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-02 18:00:23 +0200
commit732e18ac89479a9a789068b32145825bb0c98ba4 (patch)
tree3cfbe74dbf64150c6ba73d0db21dd03536aac67f /src/Makefile.am
parent52669d81a766eacc1b4e60d0cf477e35b598fcbe (diff)
implement PreviewOutputImage
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 466b772..b686716 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,8 @@ gipfel_SOURCES = \
choose_hill.cxx \
Stitch.cxx \
OutputImage.cxx \
- JPEGOutputImage.cxx
+ JPEGOutputImage.cxx \
+ PreviewOutputImage.cxx
noinst_HEADERS = \
GipfelWidget.H \
@@ -30,4 +31,5 @@ noinst_HEADERS = \
Stitch.H \
OutputImage.H \
JPEGOutputImage.H \
+ PreviewOutputImage.H \
util.h