aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:15:33 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:15:33 +0100
commit2d78ce8dce3d7b06e55806d5f34d0bad60cc774b (patch)
tree966d68dc06a635a3d2b536bc19b6d28b55c7f61b /linux.mk
parentAdd liberror-backtrace (diff)
downloadliberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.gz
liberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.bz2
liberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux.mk b/linux.mk
deleted file mode 100644
index 696c3fe..0000000
--- a/linux.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LIBEXT = so
-LIBFLAGS = -shared -Wl,-soname,liberror-backtrace.$(LIBEXT).$(LIB_MAJOR)
-
-LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
-LIBMINOREXT = $(LIBEXT).$(LIB_VERSION)