summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 23:14:04 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 23:14:04 +0100
commit29ffdb1136d0c5926cf920b874db93421ac7c75d (patch)
tree2f3ba908096b906493740d17130658a972521526 /src/Makefile.am
parentf4e55a2fb37e86d82c378e2aebc4d3631a462fab (diff)
add ScreenDump
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 df932a8..acf66f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,8 @@ gipfel_SOURCES = \
JPEGOutputImage.cxx \
TIFFOutputImage.cxx \
PreviewOutputImage.cxx \
- ImageMetaData.cxx
+ ImageMetaData.cxx \
+ ScreenDump.cxx
noinst_HEADERS = \
GipfelWidget.H \
@@ -38,4 +39,5 @@ noinst_HEADERS = \
TIFFOutputImage.H \
PreviewOutputImage.H \
ImageMetaData.H \
+ ScreenDump.H \
util.h