X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2FMakefile.am;h=384a865353a535b1a1c7c2ed40cda89f739b686f;hb=2081f34927d55fee5c3de25b5ed4bc81e2de216f;hp=11977128e883d794bea68f9fb4a7ee86801bcda1;hpb=2330c77141e506bed35409ce5da7ee53f6b7643a;p=synfig.git diff --git a/synfig-studio/src/gtkmm/Makefile.am b/synfig-studio/src/gtkmm/Makefile.am index 1197712..384a865 100644 --- a/synfig-studio/src/gtkmm/Makefile.am +++ b/synfig-studio/src/gtkmm/Makefile.am @@ -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,6 +174,8 @@ 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 \ @@ -190,6 +194,8 @@ 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 \