From 021a5cd170051aae25cf61651d07b47a4df31ab4 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Sun, 5 Jun 2005 01:58:41 +0000 Subject: [PATCH] Enable egl server in automake --enable-xeglserver --- hw/xgl/Makefile.am | 2 +- hw/xgl/egl/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am index eb92a9994..9046c1476 100644 --- a/hw/xgl/Makefile.am +++ b/hw/xgl/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . $(XGLX_DIRS) +SUBDIRS = . $(XGLX_DIRS) $(XEGL_DIRS) INCLUDES = \ @XGL_INCS@ \ diff --git a/hw/xgl/egl/Makefile.am b/hw/xgl/egl/Makefile.am index 0a8a736a7..d08bd8d21 100644 --- a/hw/xgl/egl/Makefile.am +++ b/hw/xgl/egl/Makefile.am @@ -1,6 +1,5 @@ INCLUDES = \ @XGL_INCS@ \ - @XEGLSERVER_CFLAGS@ \ @XSERVER_CFLAGS@ bin_PROGRAMS = Xegl @@ -9,6 +8,7 @@ Xegl_SOURCES = xegl.c xeglinput.c kinput.c evdev.c Xegl_LDADD = \ @XGL_LIBS@ \ + @XEGL_LIBS@ \ @XEGLSERVER_LIBS@ \ @XSERVER_LIBS@