summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-08-11 02:52:29 +0200
committerAllan McRae <allan@archlinux.org>2020-09-03 04:49:13 +0200
commit04b69957c8c54b1ad80f3e5c9270657c48fd0b15 (patch)
tree72de712a31aa5b18db18be4cd0d320bc3e404b45 /lib
parentf235cea7330ec0ceb98c9474e7a8ea7fd27a3df2 (diff)
downloadpacman-04b69957c8c54b1ad80f3e5c9270657c48fd0b15.tar.gz
pacman-04b69957c8c54b1ad80f3e5c9270657c48fd0b15.tar.xz
remove more autotools files
We forgot to remove m4/ in commit 454ea024383eab60295e4c4fdf2c329475887b2c and now it's tragically reminding me of autotools! Also take this opportunity to drop some symlinks in lib/libalpm/ for libcommon source files. In autotools these were built specifically for libalpm and needed to be available in that directory, but the meson setup just has libalpm depend on libcommon. So these pseudo source files aren't needed anymore. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib')
l---------lib/libalpm/ini.c1
l---------lib/libalpm/ini.h1
l---------lib/libalpm/util-common.c1
l---------lib/libalpm/util-common.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/ini.c b/lib/libalpm/ini.c
deleted file mode 120000
index b16d2f27..00000000
--- a/lib/libalpm/ini.c
+++ /dev/null
@@ -1 +0,0 @@
-../../src/common/ini.c \ No newline at end of file
diff --git a/lib/libalpm/ini.h b/lib/libalpm/ini.h
deleted file mode 120000
index e395fa04..00000000
--- a/lib/libalpm/ini.h
+++ /dev/null
@@ -1 +0,0 @@
-../../src/common/ini.h \ No newline at end of file
diff --git a/lib/libalpm/util-common.c b/lib/libalpm/util-common.c
deleted file mode 120000
index cf965176..00000000
--- a/lib/libalpm/util-common.c
+++ /dev/null
@@ -1 +0,0 @@
-../../src/common/util-common.c \ No newline at end of file
diff --git a/lib/libalpm/util-common.h b/lib/libalpm/util-common.h
deleted file mode 120000
index 988c2acc..00000000
--- a/lib/libalpm/util-common.h
+++ /dev/null
@@ -1 +0,0 @@
-../../src/common/util-common.h \ No newline at end of file