~ubuntu-branches/debian/sid/scribus/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
# Don't install the gdk-pixbuf library, it's only a convenience lib
# to make conditional compilation work correctly.
noinst_LTLIBRARIES=libpixbuf.la

libpixbuf_la_SOURCES=gdk-pixbuf-xlib.c gdk-pixbuf-xlib.h gdk-pixbuf-xlib-render.c  gdk-pixbuf-xlibrgb.h gdk-pixbuf-xlib-drawable.c gdk-pixbuf-xlib-private.h  gdk-pixbuf-xlibrgb.c

EXTRA_DIST = gdk-pixbuf-xlib-private.h gdk-pixbuf-xlib.h gdk-pixbuf-xlibrgb.h CMakeLists.txt

INCLUDES = $(all_includes)

libpixbuf_la_METASOURCES=AUTO
AM_LDFLAGS = 
AM_CFLAGS= -I$(top_builddir)/scribus -I$(top_srcdir)/scribus $(GCC_C_VISIBILITY_FLAGS)