diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-10-18 18:05:45 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-10-18 18:05:45 +0100 |
commit | fc933651b13e2f0d9d4e2083206c3faadc11c50a (patch) | |
tree | 271758241abf5bb1a662fe11c7677899c1efac30 /omap | |
parent | 0190f49a139e7069d7cad6a6890832831da1aa8b (diff) | |
download | libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.gz libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.bz2 libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.zip |
Revert "Revert "libdrm: remove autotools support""
The external tooling issue has been fixed, so we can delete autotools
again :)
Diffstat (limited to 'omap')
-rw-r--r-- | omap/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/omap/Makefile.am b/omap/Makefile.am deleted file mode 100644 index 38a1007b..00000000 --- a/omap/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -AM_CFLAGS = \ - $(WARN_CFLAGS) \ - -fvisibility=hidden \ - -I$(top_srcdir) \ - $(PTHREADSTUBS_CFLAGS) \ - -I$(top_srcdir)/include/drm - -libdrm_omap_la_LTLIBRARIES = libdrm_omap.la -libdrm_omap_ladir = $(libdir) -libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined -libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ - -libdrm_omap_la_SOURCES = omap_drm.c - -libdrm_omapcommonincludedir = ${includedir}/omap -libdrm_omapcommoninclude_HEADERS = omap_drm.h - -libdrm_omapincludedir = ${includedir}/libdrm -libdrm_omapinclude_HEADERS = omap_drmif.h - -pkgconfigdir = @pkgconfigdir@ -pkgconfig_DATA = libdrm_omap.pc - -AM_TESTS_ENVIRONMENT = NM='$(NM)' -TESTS = omap-symbol-check -EXTRA_DIST = $(TESTS) |