diff options
author | David Reveman <davidr@novell.com> | 2007-07-24 10:28:56 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-07-24 10:28:56 -0400 |
commit | c22ec63cf4462ae3d17d78f8aca8bfeeff81fe93 (patch) | |
tree | c006769492aeda50d3529aed0b4f6450d88ce158 | |
parent | d2c784d356e23849ee1b7d85fde9fb5b29ecc760 (diff) |
Fix EGL build typo.
-rw-r--r-- | hw/xgl/egl/module/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xgl/egl/module/Makefile.am b/hw/xgl/egl/module/Makefile.am index 813bfe7ec..b64994e9a 100644 --- a/hw/xgl/egl/module/Makefile.am +++ b/hw/xgl/egl/module/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = \ libxegl_la_LDFLAGS = -avoid-version libxegl_la_SOURCES = xeglmodule.c libxegl_la_LIBADD = \ - $(top_builddir)/hw/xgl/glx/libxegl.la \ + $(top_builddir)/hw/xgl/egl/libxegl.la \ $(XEGLMODULES_LIBS) moduledir = @xglmoduledir@ |