From efcf514e6110501227aa2a9dbc2d820b8158e913 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 21 Jan 2017 12:01:49 +0100 Subject: [PATCH] Missing ref of rptmarshal.h in autotools. --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index b4740e5..b25d6ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ rptmarshal.h: reptool_marshal.list $(GLIB_GENMARSHAL) libreptool_la_SOURCES = \ parser.tab.c \ lexycal.yy.c \ + rptmarshal.c \ rptobject.c \ rptobjecttext.c \ rptobjectline.c \ @@ -30,11 +31,11 @@ libreptool_la_SOURCES = \ rptobjectimage.c \ rptreport.c \ rptprint.c \ - rptcommon.c \ - rptmarshal.c + rptcommon.c libreptool_include_HEADERS = \ libreptool.h \ + rptmarshal.h \ rptobject.h \ rptobjecttext.h \ rptobjectline.h \ -- 2.49.0