http://bugzilla.moblin.org/show_bug.cgi?id=7089
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INTEGRATED
--- Comment #38 from pohly <patrick.ohly(a)intel.com> 2010-02-04 13:44:09 PST ---
In 0.99.6, pending approval for Moblin Trunk.
(In reply to comment #37)
I merged the code, but pretty much rewrote the autotools integration.
... and didn't get it right either on my first try.
Let me explain:
- src/gnome-bluetooth must be included in DIST_SUBDIRS, otherwise
it won't be included in "make dist" when GNOME Bluetooth panel
support is off. This was redundant, because the Makefile itself
also checked whether the plugin is active (which is the
better solution).
"make install" with the plugin off still tried to create the plugin directory.
I went for excluding entering the sub directory, as in the original patch, in
particular because DIST_SUBDIRS had to be updated anyway. Apparently when it is
set, it is used by "make dist" instead of SUBDIRS. I thought "make
dist" would
use a union of the two.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.