Home | History | Annotate | Download | only in proptest
      1 include Makefile.sources
      2 
      3 AM_CFLAGS = \
      4 	$(WARN_CFLAGS)\
      5 	-I$(top_srcdir)/include/drm \
      6 	-I$(top_srcdir)/tests \
      7 	-I$(top_srcdir)
      8 
      9 if HAVE_INSTALL_TESTS
     10 bin_PROGRAMS = \
     11 	proptest
     12 else
     13 noinst_PROGRAMS = \
     14 	proptest
     15 endif
     16 
     17 proptest_SOURCES = $(PROPTEST_FILES)
     18 
     19 proptest_LDADD = \
     20 	$(top_builddir)/libdrm.la \
     21 	$(top_builddir)/tests/util/libutil.la
     22