~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to render/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = librender.la
 
2
 
 
3
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
 
4
 
 
5
librender_la_SOURCES =  \
 
6
        animcur.c       \
 
7
        filter.c        \
 
8
        glyph.c         \
 
9
        miglyph.c       \
 
10
        miindex.c       \
 
11
        mipict.c        \
 
12
        mirect.c        \
 
13
        mitrap.c        \
 
14
        mitri.c         \
 
15
        picture.c       \
 
16
        render.c        \
 
17
        renderedge.c
 
18
 
 
19
if XORG
 
20
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h renderedge.h
 
21
endif