diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2021-09-15 23:35:33 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2021-10-27 13:15:40 +0300 |
commit | c97397dc47f7a25858052f52dd9396ec564065b4 (patch) | |
tree | 082dfa6608b588cd7f1389167e7526dec5ad61bb /present | |
parent | c93c2e7718bcd4c7c728a76f5a34be3a825f0629 (diff) |
Remove autotools support
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
Diffstat (limited to 'present')
-rw-r--r-- | present/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/present/Makefile.am b/present/Makefile.am deleted file mode 100644 index a2d58212c..000000000 --- a/present/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -noinst_LTLIBRARIES = libpresent.la -AM_CFLAGS = \ - @DIX_CFLAGS@ - -libpresent_la_SOURCES = \ - present.h \ - present.c \ - present_event.c \ - present_execute.c \ - present_fake.c \ - present_fence.c \ - present_notify.c \ - present_priv.h \ - present_request.c \ - present_scmd.c \ - present_screen.c \ - present_vblank.c - -sdk_HEADERS = present.h presentext.h |