mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
new makefiles to build modules as .a files
This commit is contained in:
parent
90925c9777
commit
366ca58ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ SOURCES = miniglx.c dispatch.c glapi.c XF86dri.c
|
|||
OBJS = $(SOURCES:.c=.o)
|
||||
|
||||
INCLUDES = -I. -I.. -I../../include
|
||||
CFLAGS = -c -g $(INCLUDES) -MD -DUSE_DRI=1
|
||||
CFLAGS = -c -g $(INCLUDES) -MD
|
||||
|
||||
LIBS = -ldl -L/usr/X11R6/lib -lX11
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue