[gdk-pixbuf] Build gdk-pixbuf-marshal.c



commit 0790c4fce3f87173b48a76cc106b1ea63db31682
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 1 16:21:36 2017 +0100

    Build gdk-pixbuf-marshal.c
    
    Commit 591f959adb0d1f85a869dfc14b9b21a0de8417eb moved to including the
    header, instead of including the source. This means that we need to
    build the source, in order to get the marshallers.

 gdk-pixbuf/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 691cb78..d5901dc 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -472,7 +472,8 @@ libgdk_pixbuf_2_0_la_SOURCES =   \
        gdk-pixbuf-scaled-anim.c \
        gdk-pixbuf-util.c        \
        gdk-pixdata.c            \
-       gdk-pixbuf-enum-types.c
+       gdk-pixbuf-enum-types.c  \
+       gdk-pixbuf-marshal.c
 
 libgdk_pixbuf_2_0_la_CFLAGS =                  \
        $(AM_CPPFLAGS)                          \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]