From 23858a10ce281167073b9e0b82375fc53256310a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 3 Jan 2006 14:42:10 +0000 Subject: Don't include generated files in the tarball. Bug #319440. 2006-01-03 Christian Persch * 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. --- src/bookmarks/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index 29c85d9c5..4901a385d 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -28,7 +28,6 @@ NOINST_H_FILES = \ ephy-nodes-cover.h libephybookmarks_la_SOURCES = \ - $(BUILT_SOURCES) \ ephy-bookmarks.c \ ephy-bookmark-action.c \ ephy-bookmarks-editor.c \ @@ -50,6 +49,9 @@ libephybookmarks_la_SOURCES = \ $(NOINST_H_FILES) \ $(INST_H_FILES) +nodist_libephybookmarks_la_SOURCES = \ + $(BUILT_SOURCES) + BUILT_SOURCES = $(TYPES_SOURCE) TYPES_SOURCE = \ -- cgit v1.2.3