summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-08 01:08:32 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-08 01:08:32 +0200
commit7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd (patch)
tree9c829f026f6665f7fcf41663ba86c677ccebd427 /Makefile
parentdbf59f5a730cdacd84d7dcf4416baec7f7546787 (diff)
Add action to dump metadata in human-readable form: -d / --dump.
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ee6fb7..7eaa7c2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
CC = gcc
CFLAGS += -g -Wall -pedantic -std=c99 -D_FILE_OFFSET_BITS=64 -O2
-LDFLAGS +=
+LDFLAGS += -lbsd
INCLUDES =
INSTALL = install -c
INSTALL_PROGRAM = ${INSTALL}