[Libusbx-devel] OT git workflow

2012-05-09 Thread Kustaa Nyholm
Months ago I asked about pointers to a good introduction to the intended git workflow and got some. Today I tumbled on one. As the discussion, especially on the libusb-devel list, often throws about terms like feature branch, rebase etc etc I think someone not familiar with those might benefit from

Re: [Libusbx-devel] simplify the examples/Makefile.am

2012-05-09 Thread Ludovic Rousseau
2012/5/9 Peter Stuge : > Ludovic Rousseau wrote: >> From 2b8bfea15f8874245635bc5e5b257e808a2c7a2a Mon Sep 17 00:00:00 2001 >> From: Ludovic Rousseau >> Date: Wed, 9 May 2012 09:13:41 +0200 >> Subject: [PATCH 2/2] examples: Use the implicit _SOURCES rule >> >> By default automake looks for a source

Re: [Libusbx-devel] simplify the examples/Makefile.am

2012-05-09 Thread Peter Stuge
Ludovic Rousseau wrote: > From 2b8bfea15f8874245635bc5e5b257e808a2c7a2a Mon Sep 17 00:00:00 2001 > From: Ludovic Rousseau > Date: Wed, 9 May 2012 09:13:41 +0200 > Subject: [PATCH 2/2] examples: Use the implicit _SOURCES rule > > By default automake looks for a source file foo.c for a foo binary.

[Libusbx-devel] simplify the examples/Makefile.am

2012-05-09 Thread Ludovic Rousseau
Hello, I propose 2 patches to simplify the examples/Makefile.am file. The first one is an adaptation of the libusb patch a129732fb45fc424743f26f01c906e4514f11521 [1]. I planed to directly reuse the patch from Peter but the patch can't be applied because the 2 Makefile.am have diverged: libusbx ha