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 /xfixes | |
parent | c93c2e7718bcd4c7c728a76f5a34be3a825f0629 (diff) |
Remove autotools support
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xfixes/Makefile.am b/xfixes/Makefile.am deleted file mode 100644 index 52a7e6c6a..000000000 --- a/xfixes/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -noinst_LTLIBRARIES = libxfixes.la - -AM_CFLAGS = $(DIX_CFLAGS) - -libxfixes_la_SOURCES = \ - cursor.c \ - disconnect.c \ - region.c \ - saveset.c \ - select.c \ - xfixes.c \ - xfixes.h \ - xfixesint.h |