Move Transform Tool into Normal Tool
[synfig.git] / synfig-studio / src / gtkmm / Makefile.am
index bd52099..f7fd175 100644 (file)
@@ -170,6 +170,7 @@ STATE_HH = \
        state_fill.h \
        state_gradient.h \
        state_normal.h \
+       state_null.h \
        state_polygon.h \
        state_rectangle.h \
        state_sketch.h \
@@ -177,7 +178,6 @@ STATE_HH = \
        state_star.h \
        state_stroke.h \
        state_text.h \
-       state_transform.h \
        state_width.h \
        state_zoom.h
 
@@ -189,6 +189,7 @@ STATE_CC = \
        state_fill.cpp \
        state_gradient.cpp \
        state_normal.cpp \
+       state_null.cpp \
        state_polygon.cpp \
        state_rectangle.cpp \
        state_sketch.cpp \
@@ -196,7 +197,6 @@ STATE_CC = \
        state_star.cpp \
        state_stroke.cpp \
        state_text.cpp \
-       state_transform.cpp \
        state_width.cpp \
        state_zoom.cpp