[Spice-devel] [PATCH 04/10] Generate GTypes for spice-server enums
Jonathon Jongsma
jjongsma at redhat.com
Thu Sep 1 22:05:32 UTC 2016
On Thu, 2016-09-01 at 16:42 +0200, Christophe Fergeau wrote:
> On Wed, Aug 31, 2016 at 11:54:40AM -0500, Jonathon Jongsma wrote:
> >
> > ---
> > server/Makefile.am | 31 +++++++++++++++++++++++++++++++
> > 1 file changed, 31 insertions(+)
> >
> > diff --git a/server/Makefile.am b/server/Makefile.am
> > index 968829a..771b33f 100644
> > --- a/server/Makefile.am
> > +++ b/server/Makefile.am
> > @@ -68,6 +68,8 @@ libspice_serverinclude_HEADERS = \
> > spice.h \
> > $(NULL)
> >
> > +spice_built_sources = spice-server-enums.h spice-server-enums.c
>
> Why not BUILT_SOURCES? (which has a magic meaning in autofoo)
>
> Christophe
The following line was already in the makefile:
BUILT_SOURCES = $(spice_built_sources)
It appears that in the past we had some built sources assigned to this
variable. Then in the following commit, the spice_built_sources
definition was deleted:
359fc1cb Use the spice-common submodule
So now I'm simply resurrecting that variable.
Jonathon
More information about the Spice-devel
mailing list