summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2021-09-15 23:35:33 +0300
committerPovilas Kanapickas <povilas@radix.lt>2021-10-27 13:15:40 +0300
commitc97397dc47f7a25858052f52dd9396ec564065b4 (patch)
tree082dfa6608b588cd7f1389167e7526dec5ad61bb /dbe
parentc93c2e7718bcd4c7c728a76f5a34be3a825f0629 (diff)
Remove autotools support
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
Diffstat (limited to 'dbe')
-rw-r--r--dbe/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/dbe/Makefile.am b/dbe/Makefile.am
deleted file mode 100644
index 7d034c7f7..000000000
--- a/dbe/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-noinst_LTLIBRARIES = libdbe.la
-
-AM_CFLAGS = $(DIX_CFLAGS)
-
-if XORG
-sdk_HEADERS = dbestruct.h
-endif
-
-libdbe_la_SOURCES = \
- dbe.c \
- midbe.c \
- midbe.h