diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5159faa8e..a9375ff11 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,6 @@ NOINST_H_FILES = \ ephy-go-action.h \ ephy-history-window.h \ ephy-home-action.h \ - ephy-link.h \ ephy-link-action.h \ ephy-location-action.h \ ephy-navigation-action.h \ @@ -50,6 +49,7 @@ NOINST_H_FILES = \ INST_H_FILES = \ ephy-extension.h \ ephy-extensions-manager.h \ + ephy-link.h \ ephy-notebook.h \ ephy-session.h \ ephy-shell.h \ |