summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-07 15:12:24 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-07 15:12:24 +0100
commitc75e55caac167e9750b1407d9cad67955dc3bc42 (patch)
treeae405f752f915daf9c84b9e7618339bd52a26afc /src/Makefile.am
parent734e97e594ba682fbb3c1845cf278d0012c50b43 (diff)
add support for sphaeric projection
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 a48efb7..a52d327 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,7 @@ gipfel_SOURCES = \
Panorama.cxx \
Projection.cxx \
ProjectionTangential.cxx \
+ ProjectionSphaeric.cxx \
Hill.cxx \
Fl_Value_Dial.cxx
@@ -15,6 +16,7 @@ noinst_HEADERS = \
Panorama.H \
Projection.H \
ProjectionTangential.H \
+ ProjectionSphaeric.H \
Hill.H \
Fl_Value_Dial.H \
util.h