aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9258b8d3b..eafdfe84b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \