diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-18 21:45:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-20 18:01:11 +0100 |
commit | 15e8a22f0803297cfce64adb5c1ebd95f7518b6c (patch) | |
tree | 2265526c0891c5af88ba6b36278f13dae407cd69 /gtk/Makefile.am | |
parent | 6e31fc43002a7865664ff3682b9401614865dd46 (diff) | |
download | gtk+-15e8a22f0803297cfce64adb5c1ebd95f7518b6c.tar.gz |
gsk: Move gtk/gtkcairoblur.c to gsk/gskcairoblur.c
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c54aaffe2d..2578e1f5f2 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -377,7 +377,6 @@ gtk_private_h_sources = \ gtkbuilderprivate.h \ gtkbuiltiniconprivate.h \ gtkbuttonprivate.h \ - gtkcairoblurprivate.h \ gtkcellareaboxcontextprivate.h \ gtkcheckbuttonprivate.h \ gtkcheckmenuitemprivate.h \ @@ -626,7 +625,6 @@ gtk_base_c_sources = \ gtkbuilder-menus.c \ gtkbuiltinicon.c \ gtkbutton.c \ - gtkcairoblur.c \ gtkcalendar.c \ gtkcellarea.c \ gtkcellareabox.c \ |