Introduced in commit 9fe052d90cca90fdf750d3a45b151be2ac7f0ebd

Signed-off-by: Gaetan Nadon <[email protected]>
---
 hw/kdrive/ephyr/Makefile.am |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am
index 040993c..55320eb 100644
--- a/hw/kdrive/ephyr/Makefile.am
+++ b/hw/kdrive/ephyr/Makefile.am
@@ -37,8 +37,7 @@ endif
 if GLAMOR
 GLAMOR_SRCS = \
        ephyr_glamor_glx.c \
-       ephyr_glamor_glx.h \
-       ()
+       ephyr_glamor_glx.h
 endif
 
 if DRI
@@ -50,8 +49,7 @@ DRI_SRCS =                    \
        ephyrglxext.c           \
        ephyrglxext.h           \
        ephyrhostglx.c          \
-       ephyrhostglx.h          \
-       $()
+       ephyrhostglx.h
 endif
 
 bin_PROGRAMS = Xephyr
@@ -67,15 +65,13 @@ Xephyr_SOURCES = \
        hostx.h \
        $(XV_SRCS) \
        $(DRI_SRCS) \
-       $(GLAMOR_SRCS) \
-       $()
+       $(GLAMOR_SRCS)
 
 if GLAMOR
 AM_CPPFLAGS += $(XLIB_CFLAGS)
 XEPHYR_GLAMOR_LIB = \
        $(top_builddir)/glamor/libglamor.la \
-       $(top_builddir)/glamor/libglamor_egl_stubs.la \
-       $()
+       $(top_builddir)/glamor/libglamor_egl_stubs.la
 endif
 
 Xephyr_LDADD =                                                 \
-- 
1.7.9.5

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to