Home | History | Annotate | Download | only in drm
      1 include Makefile.sources
      2 include $(top_srcdir)/src/gallium/Automake.inc
      3 
      4 AM_CFLAGS = \
      5 	$(GALLIUM_WINSYS_CFLAGS) \
      6 	$(RADEON_CFLAGS)
      7 
      8 noinst_LTLIBRARIES = libradeonwinsys.la
      9 
     10 libradeonwinsys_la_SOURCES = $(C_SOURCES)
     11