diff options
author | Xan Lopez <xan@gnome.org> | 2009-11-02 18:10:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-09 20:29:58 +0800 |
commit | 98811918bc8c5065eb4b21feb35c9f4def67341f (patch) | |
tree | 9956d25fb9f2f815e1bd3f989540a079682adb4f /src/Makefile.am | |
parent | bc0b1a4e87b6294a31a812a69bfbde1ae934be21 (diff) | |
download | gsoc2013-epiphany-98811918bc8c5065eb4b21feb35c9f4def67341f.tar.gz gsoc2013-epiphany-98811918bc8c5065eb4b21feb35c9f4def67341f.tar.zst gsoc2013-epiphany-98811918bc8c5065eb4b21feb35c9f4def67341f.zip |
Port to GtkSpinner
https://bugzilla.gnome.org/show_bug.cgi?id=598442
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 50e0abfe1..479f5be7a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -285,7 +285,6 @@ EPHY_GIR_H_FILES = \ $(top_srcdir)/lib/egg/egg-editable-toolbar.h \ $(top_srcdir)/lib/egg/egg-toolbars-model.h \ $(top_srcdir)/lib/widgets/ephy-search-entry.h \ - $(top_srcdir)/lib/widgets/ephy-spinner.h \ $(top_srcdir)/src/bookmarks/ephy-bookmarks.h \ $(top_srcdir)/src/ephy-extension.h \ $(top_srcdir)/src/ephy-extensions-manager.h \ @@ -318,7 +317,6 @@ EPHY_GIR_C_FILES = \ $(top_srcdir)/lib/egg/egg-editable-toolbar.c \ $(top_srcdir)/lib/egg/egg-toolbars-model.c \ $(top_srcdir)/lib/widgets/ephy-search-entry.c \ - $(top_srcdir)/lib/widgets/ephy-spinner.c \ $(top_srcdir)/src/bookmarks/ephy-bookmarks.c \ $(top_srcdir)/src/ephy-extension.c \ $(top_srcdir)/src/ephy-extensions-manager.c \ |