]> saetta.ns0.it Git - reptool/libreptool.bug/commitdiff
Reordering genereated files in makefile. debian/sid develop
authorAndrea Zagli <azagli@libero.it>
Sat, 21 Jan 2017 11:58:07 +0000 (12:58 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Jan 2017 15:43:25 +0000 (16:43 +0100)
src/Makefile.am

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