diff options
Diffstat (limited to 'tests/modeprint/Makefile.am')
-rw-r--r-- | tests/modeprint/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am deleted file mode 100644 index 568185f0..00000000 --- a/tests/modeprint/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -AM_CFLAGS = \ - $(WARN_CFLAGS)\ - -fvisibility=hidden \ - -I$(top_srcdir)/include/drm \ - -I$(top_srcdir)/tests \ - -I$(top_srcdir) - -if HAVE_INSTALL_TESTS -bin_PROGRAMS = \ - modeprint -else -noinst_PROGRAMS = \ - modeprint -endif - -modeprint_SOURCES = \ - modeprint.c -modeprint_LDADD = \ - $(top_builddir)/tests/util/libutil.la \ - $(top_builddir)/libdrm.la |