diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-29 21:18:26 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-29 21:18:26 -0700 |
commit | 1885582444fb06da73dea1f118a777bea26e1dc1 (patch) | |
tree | 13782e260069a2753471be8cfed82e27cfe4f114 /hw/xquartz/mach-startup | |
parent | 8abcc12fdd5bd9edc0288a1ab8f75e65ffcb8c71 (diff) |
XQuartz: Placate automake which doesn't like escaped newlines even in comments...
(cherry picked from commit 73db1170129a31ad2d55a7e83ac6dfc8030e47f1)
Diffstat (limited to 'hw/xquartz/mach-startup')
-rw-r--r-- | hw/xquartz/mach-startup/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |