summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-17 07:20:38 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-17 07:20:38 +0000
commit1cca92c3c8e00147917b6b6749d4e541cdc3174f (patch)
tree9f114c11a54cdcc0b933e228600d8f5423163a58 /src/Makefile.am
parente06ffa5a533ca0c72b286c11b2cf8d5dfcad49e8 (diff)
use Value_ widgets
use Value_ widgets
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 32f6fc7..8c078fc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,9 +4,11 @@ gipfel_SOURCES = \
gipfel.cxx \
GipfelWidget.cxx \
Panorama.cxx \
- Hill.cxx
+ Hill.cxx \
+ Fl_Value_Dial.cxx
noinst_HEADERS = \
GipfelWidget.H \
Panorama.H \
- Hill.H
+ Hill.H \
+ Fl_Value_Dial.H