All of lore.kernel.org
 help / color / mirror / Atom feed
* g-ir-scanner: fix out of tree builds
@ 2009-11-09  3:37 Marco d'Itri
  2009-11-09 11:34 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marco d'Itri @ 2009-11-09  3:37 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 16 bytes --]

-- 
ciao,
Marco

[-- Attachment #2: fix-build-girscanner --]
[-- Type: text/plain, Size: 633 bytes --]

--- a/Makefile.am
+++ b/Makefile.am
@@ -377,12 +377,13 @@ extras/gudev/GUdev-1.0.gir: extras/gudev
 		--pkg=glib-2.0 \
 		--pkg=gobject-2.0 \
 		-I$(top_srcdir)/extras \
+		-I$(top_builddir)/extras \
 		-D_GUDEV_COMPILATION \
 		-DG_UDEV_API_IS_SUBJECT_TO_CHANGE \
 		$(top_srcdir)/extras/gudev/gudev.h \
 		$(top_srcdir)/extras/gudev/gudevtypes.h \
 		$(top_srcdir)/extras/gudev/gudevenums.h \
-		$(top_srcdir)/extras/gudev/gudevenumtypes.h \
+		$(top_builddir)/extras/gudev/gudevenumtypes.h \
 		$(top_srcdir)/extras/gudev/gudevclient.h \
 		$(top_srcdir)/extras/gudev/gudevdevice.h \
 		$(top_srcdir)/extras/gudev/gudevclient.c \

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

* Re: g-ir-scanner: fix out of tree builds
  2009-11-09  3:37 g-ir-scanner: fix out of tree builds Marco d'Itri
@ 2009-11-09 11:34 ` Kay Sievers
  2009-11-09 12:10 ` Kay Sievers
  2009-11-10  5:48 ` Kay Sievers
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2009-11-09 11:34 UTC (permalink / raw)
  To: linux-hotplug

On Mon, Nov 9, 2009 at 04:37, Marco d'Itri <md@linux.it> wrote:

That breaks the currently working build with:
  make: *** No rule to make target `GUdev-1.0.gir', needed by `distdir'.  Stop.

Kay

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

* Re: g-ir-scanner: fix out of tree builds
  2009-11-09  3:37 g-ir-scanner: fix out of tree builds Marco d'Itri
  2009-11-09 11:34 ` Kay Sievers
@ 2009-11-09 12:10 ` Kay Sievers
  2009-11-10  5:48 ` Kay Sievers
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2009-11-09 12:10 UTC (permalink / raw)
  To: linux-hotplug

On Mon, Nov 9, 2009 at 12:34, Kay Sievers <kay.sievers@vrfy.org> wrote:
> On Mon, Nov 9, 2009 at 04:37, Marco d'Itri <md@linux.it> wrote:
>
> That breaks the currently working build with:
>  make: *** No rule to make target `GUdev-1.0.gir', needed by `distdir'.  Stop.

Oh, sorry, seems, that doesn't work even without your change. Need to
check what's going wrong here ...

Kay

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

* Re: g-ir-scanner: fix out of tree builds
  2009-11-09  3:37 g-ir-scanner: fix out of tree builds Marco d'Itri
  2009-11-09 11:34 ` Kay Sievers
  2009-11-09 12:10 ` Kay Sievers
@ 2009-11-10  5:48 ` Kay Sievers
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2009-11-10  5:48 UTC (permalink / raw)
  To: linux-hotplug

On Mon, Nov 9, 2009 at 13:10, Kay Sievers <kay.sievers@vrfy.org> wrote:
> On Mon, Nov 9, 2009 at 12:34, Kay Sievers <kay.sievers@vrfy.org> wrote:
>> On Mon, Nov 9, 2009 at 04:37, Marco d'Itri <md@linux.it> wrote:
>>
>> That breaks the currently working build with:
>>  make: *** No rule to make target `GUdev-1.0.gir', needed by `distdir'.  Stop.
>
> Oh, sorry, seems, that doesn't work even without your change. Need to
> check what's going wrong here ...

Applied. Seems to work fine with distcheck now.

Thanks,
Kay

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

end of thread, other threads:[~2009-11-10  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09  3:37 g-ir-scanner: fix out of tree builds Marco d'Itri
2009-11-09 11:34 ` Kay Sievers
2009-11-09 12:10 ` Kay Sievers
2009-11-10  5:48 ` Kay Sievers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.