repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
hw
/
xgl
/
egl
/
module
/
Makefile.am
blob
c84f85c9093afefc0b5325f4505c350bc60bb1c6
1
AM_CFLAGS = \
2
$(DIX_CFLAGS) \
3
-I$(srcdir)/.. \
4
-I$(srcdir)/../.. \
5
$(XEGLMODULES_CFLAGS)
6
7
libxegl_la_LDFLAGS = -avoid-version
8
libxegl_la_SOURCES = xeglmodule.c
9
libxegl_la_LIBADD = \
10
$(top_builddir)/hw/xgl/glx/libxegl.la \
11
$(XEGLMODULES_LIBS)
12
13
moduledir = @xglmoduledir@
14
15
module_LTLIBRARIES = libxegl.la