From 1885582444fb06da73dea1f118a777bea26e1dc1 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 29 Aug 2008 21:18:26 -0700 Subject: [PATCH] XQuartz: Placate automake which doesn't like escaped newlines even in comments... (cherry picked from commit 73db1170129a31ad2d55a7e83ac6dfc8030e47f1) --- hw/xquartz/mach-startup/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 9b2619dd9..c5df790e3 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -21,6 +21,9 @@ X11_LDADD = \ $(top_builddir)/miext/rootless/librootless.la \ $(DARWIN_LIBS) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lXplugin -lX11 +# $(top_builddir)/hw/xquartz/GL/libCGLCore.la \ +# $(top_builddir)/glx/libglx.la + X11_LDFLAGS = \ -XCClinker -Objc \ -Wl,-u,_miDCInitialize \