diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-02 20:42:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-02 20:42:42 +0800 |
commit | a2b83fee101195cf14b3788366a68ee169a755cc (patch) | |
tree | 503b8182c77ce9155d813bd3d01c3f35c9de8619 /src/Makefile.am | |
parent | 9c12735e12a9106cdc68d9555a491642ea791e62 (diff) | |
download | gsoc2013-epiphany-a2b83fee101195cf14b3788366a68ee169a755cc.tar.gz gsoc2013-epiphany-a2b83fee101195cf14b3788366a68ee169a755cc.tar.zst gsoc2013-epiphany-a2b83fee101195cf14b3788366a68ee169a755cc.zip |
Revert "Remove EphyHomeAction, it's unused"
This reverts commit 9c12735e12a9106cdc68d9555a491642ea791e62.
Turns out it was used :D
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 2d328a6ca..57267d8d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,7 @@ NOINST_H_FILES = \ ephy-find-toolbar.h \ ephy-fullscreen-popup.h \ ephy-history-window.h \ + ephy-home-action.h \ ephy-link-action.h \ ephy-lockdown.h \ ephy-location-action.h \ @@ -55,6 +56,7 @@ libephymain_la_SOURCES = \ ephy-extensions-manager.c \ ephy-find-toolbar.c \ ephy-fullscreen-popup.c \ + ephy-home-action.c \ ephy-history-window.c \ ephy-link.c \ ephy-link-action.c \ |