diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-12 19:12:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-12 19:12:24 +0800 |
commit | 61f1dcadb9567d95440a6b0f4ea0863401c2934e (patch) | |
tree | e4bf62176d2b66f1ab7e3d14c2279d173aaabcc1 /configure.in | |
parent | 50a00ee6f89a730e2f991dec4696d2d94b602456 (diff) | |
download | gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar.gz gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar.bz2 gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar.lz gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar.xz gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.tar.zst gsoc2013-epiphany-61f1dcadb9567d95440a6b0f4ea0863401c2934e.zip |
Very simple plugin framework, unused for now. We will start making
2003-07-12 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* plugins/.cvsignore:
* plugins/Makefile.am:
* plugins/sample/.cvsignore:
* plugins/sample/Makefile.am:
* plugins/sample/sample.c: (bmks_changed), (plugin_init),
(plugin_exit):
* src/Makefile.am:
* src/ephy-plugin.c: (ephy_plugin_get_type), (ephy_plugin_new),
(ephy_plugin_load), (ephy_plugin_unload), (ephy_plugin_class_init),
(ephy_plugin_init), (ephy_plugin_finalize):
* src/ephy-plugin.h:
* src/ephy-shell.c: (ephy_shell_load_plugins), (ephy_shell_init),
(ephy_shell_finalize):
Very simple plugin framework, unused for now.
We will start making something useful with it only post 1.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index dead6d348..f703d9124 100644 --- a/configure.in +++ b/configure.in @@ -202,6 +202,8 @@ src/bookmarks/Makefile help/Makefile help/C/Makefile po/Makefile.in +plugins/Makefile +plugins/sample/Makefile src/epiphany ], [chmod +x src/epiphany]) |