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

« back to all changes in this revision

Viewing changes to hw/xgl/glx/module/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
if GLX
 
2
GLX_LIB = $(top_builddir)/hw/xgl/glxext/libxglglxext.la
 
3
endif
 
4
 
 
5
LIBXGLX_LIBS =                                \
 
6
        $(top_builddir)/hw/xgl/glx/libxglx.la \
 
7
        $(GLX_LIB)
 
8
 
 
9
AM_CFLAGS =                        \
 
10
        -I$(top_srcdir)/hw/xgl/glx \
 
11
        -I$(top_srcdir)/hw/xgl     \
 
12
        $(XGLXMODULES_CFLAGS)
 
13
 
 
14
libxglx_la_DEPENDENCIES = $(LIBXGLX_LIBS)
 
15
libxglx_la_LDFLAGS = -avoid-version
 
16
libxglx_la_SOURCES = xglxmodule.c
 
17
libxglx_la_LIBADD =     \
 
18
        $(LIBXGLX_LIBS) \
 
19
        $(XGLXMODULES_LIBS)
 
20
 
 
21
moduledir = @xglmoduledir@
 
22
 
 
23
module_LTLIBRARIES = libxglx.la