summaryrefslogtreecommitdiffhomepage
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index cb4a426..74bfb03 100644
--- a/common.mk
+++ b/common.mk
@@ -98,7 +98,6 @@ CXXTYPE=g++
endif
CXXFLAGS+=$(shell pkg-config --cflags fmt)
-LIBS+=$(shell pkg-config --libs fmt)
SRC_ROOT=$(shell echo $(MAKEFILE_LIST) | tr " " "\n" | grep common.mk | sed -e 's/\([^ ]*\)common.mk/\1/g')
VERSION=$(shell dpkg-parsechangelog --show-field Version --file $(SRC_ROOT)/debian/changelog)