diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-01-28 00:37:52 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-01-28 00:37:52 +0000 |
commit | 3d1667278ff309d7f8e61a6d330f712bae5bcd41 (patch) | |
tree | c9fbdc022066e8fa4b9aa1a13e2b4d836fc9b060 /hw/xgl | |
parent | ab01eb247f9e5d7c9995bf2d6432358cd64bf11d (diff) |
Remove leftover variables for cfb24 build, and finish commenting out Xglx
standalone stuff, which some versions of automake get whiny about.
Diffstat (limited to 'hw/xgl')
-rw-r--r-- | hw/xgl/glx/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xgl/glx/Makefile.am b/hw/xgl/glx/Makefile.am index 4bc0189a4..492921210 100644 --- a/hw/xgl/glx/Makefile.am +++ b/hw/xgl/glx/Makefile.am @@ -44,5 +44,5 @@ libxglx_la_SOURCES = \ # $(XGLXMODULES_LIBS) \ # -lXrandr #Xglx_programs = Xglx - -bin_PROGRAMS = $(Xglx_programs) +# +#bin_PROGRAMS = $(Xglx_programs) |