Don't repeat version settings in Makefile

This commit is contained in:
Arnout Engelen
2016-03-26 17:32:46 +01:00
parent 848dfd44ff
commit c266593ab7
3 changed files with 11 additions and 18 deletions

View File

@@ -1,7 +1,3 @@
LIBVERSION := 0
LIBSUBVERSION := 1
LIBMINORVERSION := 0
LIBRARY=libnethogs.so
LIBNAME=$(LIBRARY).$(LIBVERSION).$(LIBSUBVERSION).$(LIBMINORVERSION)
SO_NAME=$(LIBRARY).$(LIBVERSION)
@@ -114,4 +110,3 @@ clean:
rm -f libnethogs.a
mkdir -p $(ODIR)
rmdir -p --ignore-fail-on-non-empty $(ODIR)