JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Prepare for release 1.0.0.
[spectrwm.git] / linux / Makefile
index d0362c9..5f98318 100644 (file)
@@ -12,7 +12,9 @@ CC= gcc
 LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)
 
 BUILDVERSION= $(shell sh $(CURDIR)/../buildver.sh)
+ifneq ("${BUILDVERSION}", "")
 CFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
+endif
 
 all: spectrwm libswmhack.so.$(LVERS)