linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile.am fixes
@ 2010-08-20 16:32 Marcel Mol
  2010-08-21  8:39 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Mol @ 2010-08-20 16:32 UTC (permalink / raw)
  To: linux-bluetooth

phonebook.h should not be under _nodist.
vcard.[ch] is not related to pbap, but to phonebook backend
---
 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 07fc27d..fdc4f7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,8 +52,7 @@ builtin_modules += ftp
 builtin_sources += plugins/ftp.c
 
 builtin_modules += pbap
-builtin_sources += plugins/pbap.c plugins/phonebook.h \
-			plugins/vcard.h plugins/vcard.c
+builtin_sources += plugins/pbap.c
 
 builtin_modules += irmc
 builtin_sources += plugins/irmc.c
@@ -61,6 +60,8 @@ builtin_sources += plugins/irmc.c
 builtin_modules += syncevolution
 builtin_sources += plugins/syncevolution.c
 
+builtin_sources += plugins/phonebook.h plugins/vcard.h plugins/vcard.c
+
 builtin_nodist += plugins/phonebook.c
 
 libexec_PROGRAMS += src/obexd
@@ -99,7 +100,6 @@ src/plugin.$(OBJEXT): src/builtin.h
 
 src/builtin.h: src/genbuiltin $(builtin_sources)
 	$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
-
 endif
 
 if CLIENT
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile.am fixes
  2010-08-20 16:32 [PATCH] Makefile.am fixes Marcel Mol
@ 2010-08-21  8:39 ` Marcel Holtmann
  2010-08-21 12:47   ` Marcel J.E. Mol
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2010-08-21  8:39 UTC (permalink / raw)
  To: Marcel Mol; +Cc: linux-bluetooth

Hi Marcel,

> phonebook.h should not be under _nodist.

yes it should. It is auto-generated.

> vcard.[ch] is not related to pbap, but to phonebook backend
> ---
>  Makefile.am |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Did you verify that "fakeroot make distcheck" still works properly after
your changes?

Regards

Marcel



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile.am fixes
  2010-08-21  8:39 ` Marcel Holtmann
@ 2010-08-21 12:47   ` Marcel J.E. Mol
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel J.E. Mol @ 2010-08-21 12:47 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset*=utf-8''%E2%80%9Cus-ascii, Size: 1388 bytes --]

On Sat, Aug 21, 2010 at 10:39:24AM +0200, Marcel Holtmann wrote:
> Hi Marcel,
> 
> > phonebook.h should not be under _nodist.
> 
> yes it should. It is auto-generated.

Hm, I don't think phonebook.h is generated, phonebook.c more
or less is.... But anyway, this part of the change message is bogus.
Phonebook.h was not part of builtin_nodist. 
Sorry about that. I'll resend the patch without this sentence.

> > vcard.[ch] is not related to pbap, but to phonebook backend
> > ---
> >  Makefile.am |    6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> Did you verify that "fakeroot make distcheck" still works properly after
> your changes?

This fails with an error message about builtin.h. But the same error
happens without the Makefile.am patch.
(probably because distcheck builds in a separate builddir apart from
the actual source tree and builtin.h is generated in the builddir tree)

Thanks,

-Marcel
-- 
     ======--------         Marcel J.E. Mol                MESA Consulting B.V.
    =======---------        ph. +31-(0)6-54724868          P.O. Box 112
    =======---------        marcel@mesa.nl                 2630 AC  Nootdorp
__==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____
 They couldn't think of a number,           Linux user 1148  --  counter.li.org
    so they gave me a name!  -- Rupert Hine  --  www.ruperthine.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-21 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 16:32 [PATCH] Makefile.am fixes Marcel Mol
2010-08-21  8:39 ` Marcel Holtmann
2010-08-21 12:47   ` Marcel J.E. Mol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).