• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include Makefile.sources
2include $(top_srcdir)/src/gallium/Automake.inc
3
4AM_CFLAGS = \
5	$(GALLIUM_WINSYS_CFLAGS) \
6	$(RADEON_CFLAGS)
7
8noinst_LTLIBRARIES = libradeonwinsys.la
9
10libradeonwinsys_la_SOURCES = $(C_SOURCES)
11