diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-08 12:16:15 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-08 12:16:15 +0100 |
commit | 7b3fe2cc608928df3b885168a0676a771f7bc7be (patch) | |
tree | 9becf7a1061ce0e13927d6af168b554a1940bad6 /common.mk | |
parent | 63fc8e14be5e450df8ccc18fe76e02c5f0827660 (diff) |
Version 1.17; fix build and upload for distributionsv1.17
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -97,8 +97,6 @@ LIBS+= \ CXXTYPE=g++ endif -CXXFLAGS+=$(shell pkg-config --cflags 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) CXXFLAGS+=-DVERSION=\"$(VERSION)\" |