diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -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 \ |