mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
better fix from davec
This commit is contained in:
parent
732f22de72
commit
1e065dd313
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CC= gcc
|
|||
|
||||
LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)
|
||||
|
||||
BUILDVERSION= $(shell sh ../buildver.sh)
|
||||
BUILDVERSION= $(shell sh $(CURDIR)/../buildver.sh)
|
||||
CFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
|
||||
|
||||
all: spectrwm libswmhack.so.$(LVERS)
|
||||
|
|
Loading…
Add table
Reference in a new issue