diff --git a/app/core/Makefile.am b/app/core/Makefile.am index 53b63ba9c9..a56e5a00fb 100644 --- a/app/core/Makefile.am +++ b/app/core/Makefile.am @@ -321,10 +321,10 @@ libappcore_a_sources = \ gimpimage-undo.h \ gimpimage-undo-push.c \ gimpimage-undo-push.h \ + gimpimageproxy.c \ + gimpimageproxy.h \ gimpimageundo.c \ gimpimageundo.h \ - gimpimageviewable.c \ - gimpimageviewable.h \ gimpimagefile.c \ gimpimagefile.h \ gimpitem.c \ diff --git a/app/core/gimpimageviewable.c b/app/core/gimpimageproxy.c similarity index 100% rename from app/core/gimpimageviewable.c rename to app/core/gimpimageproxy.c diff --git a/app/core/gimpimageviewable.h b/app/core/gimpimageproxy.h similarity index 100% rename from app/core/gimpimageviewable.h rename to app/core/gimpimageproxy.h