Merge pull request #485 from bebehei/submodules

Build dunst also as a git submodule
This commit is contained in:
Nikos Tsipinakis 2018-01-17 11:28:30 +02:00 committed by GitHub
commit 8144a9541c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
include config.mk include config.mk
VERSION := "1.3.0-non-git" VERSION := "1.3.0-non-git"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif