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

« back to all changes in this revision

Viewing changes to hw/xgl/egl/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
AM_CFLAGS =                        \
 
2
        -I$(top_srcdir)/hw/xgl/egl \
 
3
        -I$(top_srcdir)/hw/xgl     \
 
4
        $(XEGLMODULES_CFLAGS)
 
5
 
 
6
libxegl_la_LDFLAGS = -avoid-version
 
7
libxegl_la_SOURCES = xeglmodule.c
 
8
libxegl_la_LIBADD  =                          \
 
9
        $(top_builddir)/hw/xgl/glx/libxegl.la \
 
10
        $(XEGLMODULES_LIBS)
 
11
 
 
12
moduledir = @xglmoduledir@
 
13
 
 
14
module_LTLIBRARIES = libxegl.la