summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 5577090..8ba69c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,8 @@ gipfel_SOURCES = \
OutputImage.cxx \
JPEGOutputImage.cxx \
TIFFOutputImage.cxx \
- PreviewOutputImage.cxx
+ PreviewOutputImage.cxx \
+ ImageMetaData.cxx
noinst_HEADERS = \
GipfelWidget.H \
@@ -34,4 +35,5 @@ noinst_HEADERS = \
JPEGOutputImage.H \
TIFFOutputImage.H \
PreviewOutputImage.H \
+ ImageMetaData.H \
util.h