diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-03 22:42:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-03 22:42:10 +0800 |
commit | 23858a10ce281167073b9e0b82375fc53256310a (patch) | |
tree | 6d59df47d5370d7384520ed6fcd1fe0e262235b6 /lib | |
parent | 440c60d5ce97f899426a8a12700277f8c06d11db (diff) | |
download | gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.gz gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.zst gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.zip |
Don't include generated files in the tarball. Bug #319440.
2006-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* embed/mozilla/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Don't include generated files in the tarball. Bug #319440.
R help/C/Makefile.am:
R help/es/Makefile.am:
R help/eu/Makefile.am:
R help/fi/Makefile.am:
R help/ja/Makefile.am:
R help/uk/Makefile.am:
Remove obsolete files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 7 | ||||
-rw-r--r-- | lib/egg/Makefile.am | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 97b2832fc..697213940 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -65,7 +65,9 @@ libephymisc_la_SOURCES = \ ephy-stock-icons.c \ ephy-zoom.c \ $(INST_H_FILES) \ - $(NOINST_H_FILES) \ + $(NOINST_H_FILES) + +nodist_libephymisc_la_SOURCES = \ $(BUILT_SOURCES) libephymisc_la_CPPFLAGS = \ @@ -147,5 +149,4 @@ stamp-ephy-lib-type-builtins.h: $(TYPES_H_FILES) && echo timestamp > $(@F) EXTRA_DIST = \ - ephy-marshal.list \ - epiphany-service.xml + ephy-marshal.list diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index b87aae55e..cf04e9bda 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -25,7 +25,9 @@ noinst_LTLIBRARIES = libegg.la libegg_la_SOURCES = \ $(EGGSOURCES) \ - $(EGGHEADERS) \ + $(EGGHEADERS) + +nodist_libegg_la_SOURCES = \ $(BUILT_SOURCES) libegg_la_CPPFLAGS = \ |