Move states into subfolder
[synfig.git] / synfig-studio / src / gui / Makefile.am
index 5fcced4..f4442d3 100644 (file)
@@ -115,87 +115,87 @@ DOCK_CC = \
 
 
 WIDGET_HH = \
-       widget_canvaschooser.h \
-       widget_color.h \
-       widget_coloredit.h \
-       widget_compselect.h \
-       widget_curves.h \
-       widget_defaults.h \
-       widget_distance.h \
-       widget_enum.h \
-       widget_filename.h \
-       widget_gradient.h \
-       widget_sound.h \
-       widget_time.h \
-       widget_timeslider.h \
-       widget_value.h \
-       widget_vector.h \
-       widget_waypoint.h \
-       widget_waypointmodel.h \
-       widget_keyframe_list.h
+       widgets/widget_canvaschooser.h \
+       widgets/widget_color.h \
+       widgets/widget_coloredit.h \
+       widgets/widget_compselect.h \
+       widgets/widget_curves.h \
+       widgets/widget_defaults.h \
+       widgets/widget_distance.h \
+       widgets/widget_enum.h \
+       widgets/widget_filename.h \
+       widgets/widget_gradient.h \
+       widgets/widget_sound.h \
+       widgets/widget_time.h \
+       widgets/widget_timeslider.h \
+       widgets/widget_value.h \
+       widgets/widget_vector.h \
+       widgets/widget_waypoint.h \
+       widgets/widget_waypointmodel.h \
+       widgets/widget_keyframe_list.h
 
 WIDGET_CC = \
-       widget_canvaschooser.cpp \
-       widget_color.cpp \
-       widget_coloredit.cpp \
-       widget_compselect.cpp \
-       widget_curves.cpp \
-       widget_defaults.cpp \
-       widget_distance.cpp \
-       widget_enum.cpp \
-       widget_filename.cpp \
-       widget_gradient.cpp \
-       widget_sound.cpp \
-       widget_time.cpp \
-       widget_timeslider.cpp \
-       widget_value.cpp \
-       widget_vector.cpp \
-       widget_waypoint.cpp \
-       widget_waypointmodel.cpp \
-       widget_keyframe_list.cpp
+       widgets/widget_canvaschooser.cpp \
+       widgets/widget_color.cpp \
+       widgets/widget_coloredit.cpp \
+       widgets/widget_compselect.cpp \
+       widgets/widget_curves.cpp \
+       widgets/widget_defaults.cpp \
+       widgets/widget_distance.cpp \
+       widgets/widget_enum.cpp \
+       widgets/widget_filename.cpp \
+       widgets/widget_gradient.cpp \
+       widgets/widget_sound.cpp \
+       widgets/widget_time.cpp \
+       widgets/widget_timeslider.cpp \
+       widgets/widget_value.cpp \
+       widgets/widget_vector.cpp \
+       widgets/widget_waypoint.cpp \
+       widgets/widget_waypointmodel.cpp \
+       widgets/widget_keyframe_list.cpp
 
 
 STATE_HH = \
-       state_bline.h \
-       state_circle.h \
-       state_draw.h \
-       state_eyedrop.h \
-       state_fill.h \
-       state_gradient.h \
-       state_mirror.h \
-       state_normal.h \
-       state_polygon.h \
-       state_rectangle.h \
-       state_rotate.h \
-       state_scale.h \
-       state_sketch.h \
-       state_smoothmove.h \
-       state_star.h \
-       state_stroke.h \
-       state_text.h \
-       state_width.h \
-       state_zoom.h
+       states/state_bline.h \
+       states/state_circle.h \
+       states/state_draw.h \
+       states/state_eyedrop.h \
+       states/state_fill.h \
+       states/state_gradient.h \
+       states/state_mirror.h \
+       states/state_normal.h \
+       states/state_polygon.h \
+       states/state_rectangle.h \
+       states/state_rotate.h \
+       states/state_scale.h \
+       states/state_sketch.h \
+       states/state_smoothmove.h \
+       states/state_star.h \
+       states/state_stroke.h \
+       states/state_text.h \
+       states/state_width.h \
+       states/state_zoom.h
 
 STATE_CC = \
-       state_bline.cpp \
-       state_circle.cpp \
-       state_draw.cpp \
-       state_eyedrop.cpp \
-       state_fill.cpp \
-       state_gradient.cpp \
-       state_mirror.cpp \
-       state_normal.cpp \
-       state_polygon.cpp \
-       state_rectangle.cpp \
-       state_rotate.cpp \
-       state_scale.cpp \
-       state_sketch.cpp \
-       state_smoothmove.cpp \
-       state_star.cpp \
-       state_stroke.cpp \
-       state_text.cpp \
-       state_width.cpp \
-       state_zoom.cpp
+       states/state_bline.cpp \
+       states/state_circle.cpp \
+       states/state_draw.cpp \
+       states/state_eyedrop.cpp \
+       states/state_fill.cpp \
+       states/state_gradient.cpp \
+       states/state_mirror.cpp \
+       states/state_normal.cpp \
+       states/state_polygon.cpp \
+       states/state_rectangle.cpp \
+       states/state_rotate.cpp \
+       states/state_scale.cpp \
+       states/state_sketch.cpp \
+       states/state_smoothmove.cpp \
+       states/state_star.cpp \
+       states/state_stroke.cpp \
+       states/state_text.cpp \
+       states/state_width.cpp \
+       states/state_zoom.cpp
 
 
 TREEVIEW_HH = \