]> saetta.ns0.it Git - reptool/libreptool/commitdiff
Missing ref of rptmarshal.h in autotools.
authorAndrea Zagli <azagli@libero.it>
Sat, 21 Jan 2017 11:01:49 +0000 (12:01 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Jan 2017 11:01:49 +0000 (12:01 +0100)
src/Makefile.am

index b4740e582ac08eaf17975bcfc7a1d5adb9f580b4..b25d6ce7d5f1af10686e6c23c4defa4699616ca2 100644 (file)
@@ -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 \