diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-27 20:11:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-27 20:11:34 +0800 |
commit | 8f4eb51364a20e5aaafa4153ca086831c24dcab9 (patch) | |
tree | 2fd32f54447c80384941eb80372f97d87405906c | |
parent | d66a3acaab3c670737d59d002186881855aa582a (diff) | |
download | gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar.gz gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar.bz2 gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar.lz gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar.xz gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.tar.zst gsoc2013-epiphany-8f4eb51364a20e5aaafa4153ca086831c24dcab9.zip |
Make ephy-state.h public.
2004-09-27 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Make ephy-state.h public.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2004-09-27 Christian Persch <chpe@cvs.gnome.org> + + * lib/Makefile.am: + + Make ephy-state.h public. + 2004-09-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: diff --git a/lib/Makefile.am b/lib/Makefile.am index 397d96aa2..8a7c8ff79 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,7 +28,6 @@ NOINST_H_FILES = \ ephy-node-filter.h \ ephy-node-common.h \ ephy-prefs.h \ - ephy-state.h \ ephy-string.h \ ephy-stock-icons.h \ ephy-zoom.h @@ -36,7 +35,8 @@ NOINST_H_FILES = \ INST_H_FILES = \ ephy-dialog.h \ ephy-node.h \ - ephy-node-db.h + ephy-node-db.h \ + ephy-state.h libephymisc_la_SOURCES = \ eel-gconf-extensions.c \ |