Merge commit 'origin/7.8'
[mesa.git] / src / gallium / state_trackers / glx / xlib / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = xlib
5
6 LIBRARY_INCLUDES = \
7 -I$(TOP)/include \
8 -I$(TOP)/src/mesa \
9 $(X11_CFLAGS)
10
11 C_SOURCES = \
12 glx_api.c \
13 glx_getproc.c \
14 glx_usefont.c \
15 xm_api.c \
16 xm_st.c
17
18 include ../../../Makefile.template