From 570bd71bdf7716600908edf7126c7b27912ace28 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 21 Jan 2017 12:58:07 +0100 Subject: [PATCH] Reordering genereated files in makefile. --- src/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 \ -- 2.49.0