diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-12-20 23:21:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-12-20 23:21:06 -0500 |
commit | 5f2249aa64738772be7e9a4e0868bca0b1d399a5 (patch) | |
tree | 015b02d9a915481eda129a38b8a7d3af848056f0 /contrib/gdk-pixbuf-xlib/Makefile.am | |
parent | 74ecac063ebc074af8af6f4c58c2885852abbab5 (diff) | |
download | gdk-pixbuf-5f2249aa64738772be7e9a4e0868bca0b1d399a5.tar.gz |
One forgotten instance of Makefile.decl
Diffstat (limited to 'contrib/gdk-pixbuf-xlib/Makefile.am')
-rw-r--r-- | contrib/gdk-pixbuf-xlib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am index 887379df0..3a65935ab 100644 --- a/contrib/gdk-pixbuf-xlib/Makefile.am +++ b/contrib/gdk-pixbuf-xlib/Makefile.am @@ -1,5 +1,3 @@ -include $(top_srcdir)/Makefile.decl - if PLATFORM_WIN32 no_undefined = -no-undefined endif @@ -37,6 +35,6 @@ libgdk_pixbuf_xlibinclude_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gdk-pixbuf-xlib-2.0.pc -EXTRA_DIST += gdk-pixbuf-xlib-2.0.pc.in +EXTRA_DIST = gdk-pixbuf-xlib-2.0.pc.in -include $(top_srcdir)/git.mk |