diff options
author | Dylan Baker <[email protected]> | 2019-04-08 12:44:17 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-04-15 13:44:29 -0700 |
commit | 95aefc94a941701616fda0776a3bd15710c8c151 (patch) | |
tree | bced9cf424ee7eb0cf753503eaace7cec4f62b50 /src/gbm/Makefile.am | |
parent | de0c97c8171f8a8183b94d8ac6997117c4671da8 (diff) |
Delete autotools
Acked-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Acked-by: Marek Olšák <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Acked-by: Bas Nieuwenhuizen <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am deleted file mode 100644 index bb246ecebf5..00000000000 --- a/src/gbm/Makefile.am +++ /dev/null @@ -1,56 +0,0 @@ -include Makefile.sources - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = main/gbm.pc - -AM_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/loader \ - -I$(top_srcdir)/src/gbm/main \ - $(DLOPEN_CFLAGS) \ - $(DEFINES) \ - $(VISIBILITY_CFLAGS) - -lib_LTLIBRARIES = libgbm.la -include_HEADERS = main/gbm.h - -libgbm_la_SOURCES = \ - $(gbm_core_FILES) - -libgbm_la_LDFLAGS = \ - -no-undefined \ - -version-info 1:0 \ - $(GC_SECTIONS) \ - $(LD_NO_UNDEFINED) - -libgbm_la_LIBADD = \ - $(top_builddir)/src/loader/libloader.la \ - $(top_builddir)/src/util/libmesautil.la \ - $(top_builddir)/src/util/libxmlconfig.la \ - $(DLOPEN_LIBS) - -if HAVE_PLATFORM_WAYLAND -AM_CFLAGS += \ - $(WAYLAND_SERVER_CFLAGS) \ - -I$(top_srcdir)/src/egl/wayland/wayland-drm/ -libgbm_la_LIBADD += $(WAYLAND_SERVER_LIBS) -endif - -if HAVE_DRI2 -libgbm_la_SOURCES += \ - $(gbm_dri_FILES) - -AM_CFLAGS += \ - $(LIBDRM_CFLAGS) \ - $(PTHREADSTUBS_CFLAGS) - -libgbm_la_LIBADD += \ - $(LIBDRM_LIBS) \ - $(PTHREADSTUBS_LIBS) -endif - -TESTS = gbm-symbols-check -EXTRA_DIST = gbm-symbols-check meson.build - -include $(top_srcdir)/install-lib-links.mk |