diff options
Diffstat (limited to 'hw/dmx/glxProxy/Makefile.am')
-rw-r--r-- | hw/dmx/glxProxy/Makefile.am | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/hw/dmx/glxProxy/Makefile.am b/hw/dmx/glxProxy/Makefile.am new file mode 100644 index 0000000..8516048 --- /dev/null +++ b/hw/dmx/glxProxy/Makefile.am @@ -0,0 +1,41 @@ +noinst_LIBRARIES = libglxproxy.a + +libglxproxy_a_SOURCES = compsize.c \ + g_disptab.c \ + g_disptab.h \ + global.c \ + glxcmds.c \ + glxcmdsswap.c \ + glxcontext.h \ + glxdrawable.h \ + glxerror.h \ + glxext.c \ + glxext.h \ + glxfbconfig.c \ + glxfbconfig.h \ + glxscreens.c \ + glxscreens.h \ + glxserver.h \ + glxsingle.c \ + glxsingle.h \ + glxswap.c \ + glxswap.h \ + glxutil.c \ + glxutil.h \ + glxvendor.c \ + glxvendor.h \ + glxvisuals.c \ + glxvisuals.h \ + g_renderswap.c \ + render2swap.c \ + renderpixswap.c \ + unpack.h + +AM_CFLAGS = \ + @GLX_ARCH_DEFINES@ \ + $(DIX_CFLAGS) \ + -I$(top_srcdir)/hw/dmx \ + -I$(top_srcdir)/include \ + -DHAVE_DMX_CONFIG_H \ + @DMXMODULES_CFLAGS@ \ + -I$(top_srcdir)/hw/xfree86/os-support |