diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8687c95..3e264c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,8 @@ gipfel_SOURCES = \ ProjectionSphaeric.cxx \ Hill.cxx \ Fl_Value_Dial.cxx \ - Fl_Search_Chooser.cxx + Fl_Search_Chooser.cxx \ + choose_hill.cxx noinst_HEADERS = \ GipfelWidget.H \ @@ -21,4 +22,5 @@ noinst_HEADERS = \ Hill.H \ Fl_Value_Dial.H \ Fl_Search_Chooser.H \ + choose_hill.H \ util.h |