summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 8c078fc2bff6ce1e009b03900820a5508c1eee1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin_PROGRAMS = gipfel

gipfel_SOURCES = \
	gipfel.cxx \
	GipfelWidget.cxx \
	Panorama.cxx \
	Hill.cxx \
	Fl_Value_Dial.cxx

noinst_HEADERS = \
	GipfelWidget.H \
	Panorama.H \
	Hill.H \
	Fl_Value_Dial.H