On Sat, 2009-06-27 at 12:27 +0200, Marcel Holtmann wrote: > Hi Bastien, > > > > > > > > > > > As discussed in previous mails. > > > > > > > > > > > > > > > > > > please name it bluetooth.rules. The daemon is also called bluetoothd and > > > > > > > > > not bluezd. > > > > > > > > > > > > > > > > > > Also you need to have the EXTRA_DIST part in it since _DATA doesn't get > > > > > > > > > added to the distribution automatically. For all this changes, you have > > > > > > > > > to check with make distcheck. > > > > > > > > > > > > > > > > Fixed version attached > > > > > > > > > > > > > > we might need to put this into ifndef INITSCRIPTS since it makes no > > > > > > > sense to install the init script and the udev rule at the same time. > > > > > > > > > > > > Revised patch attached > > > > > > > > > > + > > > > > +if INISCRIPTS > > > > > +else > > > > > +rules_DATA += bluetooth.rules > > > > > endif > > > > > > > > ifndef isn't an automake construct. > > > > > > > > > > then if !INITSCRIPTS should do it. However I was more asking about the > > > spelling mistake. You forgot a T ;) > > > > Well, that's embarrassing... > > are you sending a new patch :) Thought you'd fix the typo, and commit. Patch attached.