From 93c335f91a7b6f48a0f1aa16e1d493a6dbbe115f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 28 Apr 2003 17:38:19 +0000 Subject: Move notebook in src/. An abstract notebook is an overkill. 2003-04-28 Marco Pesenti Gritti * lib/widgets/Makefile.am: * lib/widgets/ephy-notebook.c: * lib/widgets/ephy-notebook.h: * src/Makefile.am: * src/ephy-notebook.c: (ephy_notebook_get_type), * src/ephy-notebook.h: Move notebook in src/. An abstract notebook is an overkill. * src/toolbar.c: (ensure_bookmark_action): Fix compilation issue on 2.95 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e8eb8a840..75b3e5edd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,6 +62,8 @@ epiphany_bin_SOURCES = \ ephy-main.c \ ephy-navigation-action.c \ ephy-navigation-action.h \ + ephy-notebook.c \ + ephy-notebook.h \ ephy-shell.c \ ephy-shell.h \ ephy-spinner-action.c \ -- cgit