From: Andrea Zagli Date: Sat, 21 Jan 2017 11:58:07 +0000 (+0100) Subject: Reordering genereated files in makefile. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=reptool%2Flibreptool.bug Reordering genereated files in makefile. --- diff --git a/src/Makefile.am b/src/Makefile.am index b25d6ce..1ed33f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,8 +20,11 @@ rptmarshal.h: reptool_marshal.list $(GLIB_GENMARSHAL) $(GLIB_GENMARSHAL) $(srcdir)/reptool_marshal.list --header --prefix=_rpt_marshal > $(srcdir)/$@ libreptool_la_SOURCES = \ + parser.tab.h \ + lexycal.yy.h \ parser.tab.c \ lexycal.yy.c \ + rptmarshal.h \ rptmarshal.c \ rptobject.c \ rptobjecttext.c \ @@ -49,8 +52,8 @@ libreptool_include_HEADERS = \ noinst_HEADERS = \ parser.tab.h \ lexycal.yy.h \ - rptreport_priv.h \ - rptmarshal.h + rptmarshal.h \ + rptreport_priv.h EXTRA_DIST = \ parser.y \