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 /embed/mozilla/Makefile.am | |
parent | 440c60d5ce97f899426a8a12700277f8c06d11db (diff) | |
download | gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.gz gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.bz2 gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.lz gsoc2013-epiphany-23858a10ce281167073b9e0b82375fc53256310a.tar.xz 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 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index dff497be4..a1dedc6c7 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -117,7 +117,9 @@ mozilla_include_subdirs = \ # Grr, damn gentoo has a dodgy header layout # http://bugs.gentoo.org/show_bug.cgi?id=100804 -mozilla_include_subdirs += find pref +mozilla_include_subdirs += \ + find \ + pref libephymozillaembed_la_CPPFLAGS = \ -I$(top_srcdir)/lib \ |