diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-08-08 12:15:27 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-08-08 12:15:27 +0200 |
commit | 073116cc44859e96374cde46325df8540621d5ee (patch) | |
tree | 6020f3fb9202702dd3353fa4550e7ed1e2f2ba69 | |
parent | 666781cd9b62207e45eebd3eb55a930f3a345f72 (diff) |
Remove commented out lines that make automake 1.9 puke.
-rw-r--r-- | hw/xquartz/mach-startup/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 3678c19d7..9b2619dd9 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -21,9 +21,6 @@ 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 \ |