summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-09-29 15:59:48 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-10-02 13:36:45 +0300
commit74421c080b3a67bb8c3418e8198d315f68f46092 (patch)
tree35d005755a91ae6f857a0101e83b636c7ad67b2d
parentba1c982e417a1c12c539d463dd59ddb7895c81ca (diff)
demos: Remove final file
demos/Makefile.am was left behind. Nuke it. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--demos/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
deleted file mode 100644
index fe0ff1ff..00000000
--- a/demos/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-include Makefile.sources
-
-bin_PROGRAMS = $(demos_prog_list)
-
-if HAVE_LIBDRM_INTEL
- bin_PROGRAMS += $(LIBDRM_INTEL_BIN)
-endif
-
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
-AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
- $(CAIRO_CFLAGS) $(LIBUNWIND_CFLAGS) $(WERROR_CFLAGS)
-LDADD = $(top_builddir)/lib/libintel_tools.la