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

« back to all changes in this revision

Viewing changes to scribus/pixbuf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2008-07-02 13:42:07 UTC
  • mto: (4.1.1 sid) (20.1.1 experimental) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080702134207-h9h384v0wxjmaf8y
Tags: upstream-1.3.3.12.dfsg
ImportĀ upstreamĀ versionĀ 1.3.3.12.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Don't install the gdk-pixbuf library, it's only a convenience lib
 
2
# to make conditional compilation work correctly.
 
3
noinst_LTLIBRARIES=libpixbuf.la
 
4
 
 
5
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
 
6
 
 
7
EXTRA_DIST = gdk-pixbuf-xlib-private.h gdk-pixbuf-xlib.h gdk-pixbuf-xlibrgb.h CMakeLists.txt
 
8
 
 
9
INCLUDES = $(all_includes)
 
10
 
 
11
libpixbuf_la_METASOURCES=AUTO
 
12
AM_LDFLAGS = 
 
13
AM_CFLAGS= -I$(top_builddir)/scribus -I$(top_srcdir)/scribus $(GCC_C_VISIBILITY_FLAGS)