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 d70206d08..9902be15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \