Fix build of appleglx
[mesa.git] / src / glx / apple / Makefile.am
1 noinst_LTLIBRARIES = libappleglx.la
2
3 AM_CFLAGS = \
4 -I$(top_srcdir)/include \
5 -I$(top_srcdir)/src/glx \
6 -I$(top_srcdir)/src/mesa \
7 -I$(top_builddir)/src/mesa \
8 -I$(top_srcdir)/src/mapi \
9 -I$(top_srcdir)/src/mapi/glapi \
10 -I$(top_builddir)/src/mapi/glapi \
11 $(VISIBILITY_CFLAGS) \
12 $(SHARED_GLAPI_CFLAGS) \
13 $(DEFINES) \
14 $(X11_INCLUDES)
15
16 libappleglx_la_SOURCES = \
17 apple_cgl.c \
18 apple_glapi.c \
19 apple_glx.c \
20 apple_glx_context.c \
21 apple_glx_drawable.c \
22 apple_glx_log.c \
23 apple_glx_pbuffer.c \
24 apple_glx_pixmap.c \
25 apple_glx_surface.c \
26 apple_visual.c \
27 apple_xgl_api_read.c \
28 apple_xgl_api_stereo.c \
29 apple_xgl_api_viewport.c \
30 appledri.c \
31 glx_empty.c
32
33 libappleglx_la_LDFLAGS = -lXplugin -framework ApplicationServices -framework CoreFoundation