summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-01 16:21:36 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-01 16:21:36 +0100
commit0790c4fce3f87173b48a76cc106b1ea63db31682 (patch)
tree7f9009d6377a59c0c0f78e7c5c71f8a322ee0d18
parenta78ccf6b7705a8dd0ffbf724c1184b6b5103b4ae (diff)
downloadgdk-pixbuf-0790c4fce3f87173b48a76cc106b1ea63db31682.tar.gz
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.
-rw-r--r--gdk-pixbuf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 691cb78a0..d5901dcdf 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) \