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

2012-05-10 Thread Pete Batard
On 2012.05.09 08:24, Ludovic Rousseau wrote: > I propose 2 patches to simplify the examples/Makefile.am file. Both look OK to me. Unless there are objections, I will push them later on today. Regards, /Pete -- Live Sec

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.