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 /damageext | |
parent | c93c2e7718bcd4c7c728a76f5a34be3a825f0629 (diff) |
Remove autotools support
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
Diffstat (limited to 'damageext')
-rw-r--r-- | damageext/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/damageext/Makefile.am b/damageext/Makefile.am deleted file mode 100644 index 4d4cf4478..000000000 --- a/damageext/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -noinst_LTLIBRARIES = libdamageext.la - -AM_CFLAGS = $(DIX_CFLAGS) - -libdamageext_la_SOURCES = \ - damageext.c \ - damageextint.h |