Merge branch 'master' into nikitakit_master
[synfig.git] / synfig-studio / src / gtkmm / Makefile.am
index bd52099..384a865 100644 (file)
@@ -68,6 +68,7 @@ DIALOG_HH = \
        dialog_preview.h \
        dialog_setup.h \
        dialog_soundselect.h \
+       dialog_targetparam.h \
        dialog_waypoint.h
 
 DIALOG_CC = \
@@ -77,6 +78,7 @@ DIALOG_CC = \
        dialog_preview.cpp \
        dialog_setup.cpp \
        dialog_soundselect.cpp \
+       dialog_targetparam.cpp \
        dialog_waypoint.cpp
 
 
@@ -172,12 +174,13 @@ STATE_HH = \
        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_transform.h \
        state_width.h \
        state_zoom.h
 
@@ -191,12 +194,13 @@ STATE_CC = \
        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_transform.cpp \
        state_width.cpp \
        state_zoom.cpp