0c9302dd85
- Enable multiple make jobs - Fix build on amd64 - Fix build on sparc64 - Pass maintainership to gecko@ New Features in 2.0: * Flock 2.0 is based on the Firefox 3 technology. * MySpace has been integrated as a people service. * Revver has been added as Media Bar search service. * TinyPic has been added as a Photo Uploader service. * Flock can now detect Media RSS streams, load them in the Media Bar, and subscribe to them. On behalf of the Gecko Gang. Approved by: miwi (mentor)
11 lines
383 B
Makefile
11 lines
383 B
Makefile
--- config/autoconf.mk.in.orig 2008-08-28 07:34:21.000000000 +0200
|
|
+++ config/autoconf.mk.in 2009-04-20 23:23:02.000000000 +0200
|
|
@@ -59,7 +59,7 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/$(MOZ_APP_NAME)
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|