summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-20 09:49:16 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-20 09:49:16 +0200
commitdf5384ff38ee2c62cf9f038a7d4b8c5b6e7e62b2 (patch)
tree1f0e987e64abf31b74800dc1113abcc21c043b47 /src/Makefile.am
parentb669f825944b8f487e9cadd15dff59fcfad6cfe5 (diff)
factor out ScanImage class
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 a9fe688..3d4a174 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,7 @@ gipfel_SOURCES = \
PreviewOutputImage.cxx \
ImageMetaData.cxx \
ScreenDump.cxx \
+ ScanImage.cxx \
strsep.c
noinst_HEADERS = \
@@ -40,4 +41,5 @@ noinst_HEADERS = \
PreviewOutputImage.H \
ImageMetaData.H \
ScreenDump.H \
+ ScanImage.H \
strsep.h