diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-10 21:46:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-10 21:46:25 +0800 |
commit | 2ca51b4db7d1df89873cfd79875e7f69625cf867 (patch) | |
tree | 5b34cd5d726838036fbee0f77eef2da1d6b5745a /src/Makefile.am | |
parent | 2c7cb83d8ee4f80430d8ab61cb7a97fb014c6a3d (diff) | |
download | gsoc2013-epiphany-2ca51b4db7d1df89873cfd79875e7f69625cf867.tar.gz gsoc2013-epiphany-2ca51b4db7d1df89873cfd79875e7f69625cf867.tar.zst gsoc2013-epiphany-2ca51b4db7d1df89873cfd79875e7f69625cf867.zip |
Revert "Port to GtkSpinner"
This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f.
Accidentally committed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 479f5be7a..50e0abfe1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -285,6 +285,7 @@ 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 \ @@ -317,6 +318,7 @@ 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 \ |