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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel