Fix silly errors in build scripts
[synfig.git] / synfig-studio / src / gui / widgets / Makefile_insert
1 WIDGETS_HH = \
2         widgets/widget_canvaschooser.h \
3         widgets/widget_color.h \
4         widgets/widget_coloredit.h \
5         widgets/widget_compselect.h \
6         widgets/widget_curves.h \
7         widgets/widget_defaults.h \
8         widgets/widget_distance.h \
9         widgets/widget_enum.h \
10         widgets/widget_filename.h \
11         widgets/widget_gradient.h \
12         widgets/widget_sound.h \
13         widgets/widget_time.h \
14         widgets/widget_timeslider.h \
15         widgets/widget_value.h \
16         widgets/widget_vector.h \
17         widgets/widget_waypoint.h \
18         widgets/widget_waypointmodel.h \
19         widgets/widget_keyframe_list.h
20
21 WIDGETS_CC = \
22         widgets/widget_canvaschooser.cpp \
23         widgets/widget_color.cpp \
24         widgets/widget_coloredit.cpp \
25         widgets/widget_compselect.cpp \
26         widgets/widget_curves.cpp \
27         widgets/widget_defaults.cpp \
28         widgets/widget_distance.cpp \
29         widgets/widget_enum.cpp \
30         widgets/widget_filename.cpp \
31         widgets/widget_gradient.cpp \
32         widgets/widget_sound.cpp \
33         widgets/widget_time.cpp \
34         widgets/widget_timeslider.cpp \
35         widgets/widget_value.cpp \
36         widgets/widget_vector.cpp \
37         widgets/widget_waypoint.cpp \
38         widgets/widget_waypointmodel.cpp \
39         widgets/widget_keyframe_list.cpp
40
41 synfigstudio_src += \
42         $(WIDGETS_HH) \
43         $(WIDGETS_CC)