Re : Re: [PATCH] Added missing headers to the list of source files of the project

2013-05-03 Thread Christophe
- Rodolfo García Peñas a écrit : > On Thu, 02 May 2013, Christophe escribió: > > > From: Christophe CURIS > > > > [...] > > > > diff --git a/src/Makefile.am b/src/Makefile.am > > index a205c4d..f67e1cf 100644 > > --- a/src/Makefile.am > > +++ b/src/Makefile.am > > @@ -48,6 +48,7 @@ wmaker

Re: [PATCH] Added missing headers to the list of source files of the project

2013-05-02 Thread Rodolfo García Peñas
On Thu, 02 May 2013, Christophe escribió: > From: Christophe CURIS > > This is needed in order to have all the expected files in the > archive of sources when using: > make dist > --- > src/Makefile.am |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/Makefile.am b/src/Makefi

[PATCH] Added missing headers to the list of source files of the project

2013-05-02 Thread Christophe
From: Christophe CURIS This is needed in order to have all the expected files in the archive of sources when using: make dist --- src/Makefile.am |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a205c4d..f67e1cf 100644 --- a/src/Makefile.am +++ b