summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-14 21:47:42 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-14 21:47:42 +0100
commit53625948c88643dcaf8a6910bfd5710057662ee1 (patch)
tree558cd908f5a7e4fc14a33f20a5bf9ff178555d99 /src/Makefile.am
parent0b248f506eb56c0e120da0d08017dc6e466cd9cf (diff)
add GUI for viewpoint selection
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 a52d327..8687c95 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,7 +9,8 @@ gipfel_SOURCES = \
ProjectionTangential.cxx \
ProjectionSphaeric.cxx \
Hill.cxx \
- Fl_Value_Dial.cxx
+ Fl_Value_Dial.cxx \
+ Fl_Search_Chooser.cxx
noinst_HEADERS = \
GipfelWidget.H \
@@ -19,4 +20,5 @@ noinst_HEADERS = \
ProjectionSphaeric.H \
Hill.H \
Fl_Value_Dial.H \
+ Fl_Search_Chooser.H \
util.h