diff options
author | Allan McRae <allan@archlinux.org> | 2020-05-11 04:59:51 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-06-01 02:59:08 +0200 |
commit | 454ea024383eab60295e4c4fdf2c329475887b2c (patch) | |
tree | 5f3397782b3bb7e061770a63da5b7e34877f8193 /src/common | |
parent | 8ce142a2552418f64a74e773f659d92b065d6209 (diff) | |
download | pacman-454ea024383eab60295e4c4fdf2c329475887b2c.tar.gz pacman-454ea024383eab60295e4c4fdf2c329475887b2c.tar.xz |
Remove autotools support
This removes support for autotools in favour of meson.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am deleted file mode 100644 index 05378712..00000000 --- a/src/common/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_DIST = \ - meson.build \ - ini.h ini.c util-common.h util-common.c |