aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am4
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5143dbae..ce3228158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * src/Makefile.am:
+
+ Do not distribute autogenerated corba stuff (from galeon)
+
2003-07-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
* configure.in: Added "cy" (Welsh) to ALL_LINGUAS
diff --git a/src/Makefile.am b/src/Makefile.am
index 29af4c2c8..d26e63791 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,8 +72,10 @@ INST_H_FILES = \
ephy-window.h \
session.h
+nodist_epiphany_bin_SOURCES = \
+ $(ephy_automation_interface_idl_sources)
+
epiphany_bin_SOURCES = \
- $(ephy_automation_interface_idl_sources) \
$(nautilus_view_sources) \
ephy-automation.c \
ephy-encoding-menu.c \