diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-01-03 05:56:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-03 05:56:56 +0800 |
commit | 17295708f678d83294f656b99d0ec54830fe7353 (patch) | |
tree | 00870827d6add92ada5abe7f45040be72e7620ac /src | |
parent | e9d5fa73ab283f185e5a44b84634050de40a7167 (diff) | |
download | gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar.gz gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar.bz2 gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar.lz gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar.xz gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.tar.zst gsoc2013-epiphany-17295708f678d83294f656b99d0ec54830fe7353.zip |
Don't ORBit ship generated files in tarball. Bug #319440.
2006-01-02 Frederic Crozat <fcrozat@mandriva.com>
* src/Makefile.am:
Don't ORBit ship generated files in tarball. Bug #319440.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |