aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-14 15:01:48 +0200
committerMattias Andrée <maandree@kth.se>2019-04-14 15:01:48 +0200
commita4784640aae9794b64dbd24b6e46c811a1bf4f48 (patch)
tree98a24cd8753aaf235600846ec5f1070eb1beed2e /config.mk
parentPrefetch backtrace so that it does not contain functions used to set the error (diff)
downloadliberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.gz
liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.bz2
liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.xz
Use installed liberror
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index dd68ba7..9171a69 100644
--- a/config.mk
+++ b/config.mk
@@ -3,4 +3,4 @@ MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -pedantic
-LDFLAGS = -s -liberror
+LDFLAGS = -s -lerror