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 @@ +2006-01-02 Frederic Crozat <fcrozat@mandriva.com> + + * src/Makefile.am: + + Don't ORBit ship generated files in tarball. Bug #319440. + 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_helpers_init), diff --git a/src/Makefile.am b/src/Makefile.am index a1cb4c057..dcaa399f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,8 +65,10 @@ INST_H_FILES = \ ephy-tab.h \ ephy-window.h +nodist_libephymain_la_SOURCES = \ + $(CORBA_SOURCE) + libephymain_la_SOURCES = \ - $(CORBA_SOURCE) \ $(TYPES_SOURCE) \ ephy-action-helper.c \ ephy-automation.c \ |