diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-07 13:34:36 -0600 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-05-07 17:04:30 -0600 |
commit | b9be46fb3115dffcd5cdaa62523bd025c7342e42 (patch) | |
tree | e95c1b36bf9797ce725481246980cf7c353f829d /src/libfetchers | |
parent | d184981af019f786df8ddb1b39527df30c62b262 (diff) |
remove the autoconf+Make buildsystem
We're not using it anymore. Any leftover bugs in the Meson buildsystem
are now just bugs.
Closes #249.
Change-Id: I0465a0c37ae819f94d40e7829f5bff046aa63d73
Diffstat (limited to 'src/libfetchers')
-rw-r--r-- | src/libfetchers/local.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libfetchers/local.mk b/src/libfetchers/local.mk deleted file mode 100644 index 2e8869d83..000000000 --- a/src/libfetchers/local.mk +++ /dev/null @@ -1,13 +0,0 @@ -libraries += libfetchers - -libfetchers_NAME = libnixfetchers - -libfetchers_DIR := $(d) - -libfetchers_SOURCES := $(wildcard $(d)/*.cc) - -libfetchers_CXXFLAGS += -I src/libutil -I src/libstore - -libfetchers_LDFLAGS += -pthread - -libfetchers_LIBS = libutil libstore |