summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-06 19:40:26 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-06 19:40:26 +0100
commitd5fb89e3c35bd2e568329ac229f104a271e1bb4c (patch)
tree4bfc17c91248e7c63986db6d0fda63c7e9adf6e8 /src/Makefile.am
parent955cc1ac466200b2c92ef161c049cd222192d56f (diff)
major refactoring:
break out projection specific stuff from Panorama into own class. Unfortunately the performance is much worse...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dc96e49..a48efb7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,12 +5,16 @@ gipfel_SOURCES = \
util.c \
GipfelWidget.cxx \
Panorama.cxx \
+ Projection.cxx \
+ ProjectionTangential.cxx \
Hill.cxx \
Fl_Value_Dial.cxx
noinst_HEADERS = \
GipfelWidget.H \
Panorama.H \
+ Projection.H \
+ ProjectionTangential.H \
Hill.H \
Fl_Value_Dial.H \
util.h