Home | History | Annotate | Download | only in util
      1 include Makefile.sources
      2 
      3 noinst_LTLIBRARIES = \
      4 	libutil.la
      5 
      6 libutil_la_CPPFLAGS = \
      7 	-I$(top_srcdir)/include/drm \
      8 	-I$(top_srcdir)
      9 
     10 libutil_la_CFLAGS = \
     11 	$(CAIRO_CFLAGS)
     12 
     13 libutil_la_SOURCES = $(UTIL_FILES)
     14