Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Debug more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Brækhus authored and Hugo Cruz committed Oct 12, 2017
1 parent c47d081 commit 1c9dd69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ nobase_noinst_HEADERS = common.h helpers.h plugins.h ipc.h http.h vss-hack.h vag
BUILT_SOURCES = vagent_version.h
MAINTAINERCLEANFILES = vagent_version.h
vagent_version.h: FORCE
ls -Rla ../
if [ -d "$(top_srcdir)/.git" ]; then \
echo "Found $(top_srcdir)/.git"; \
git describe --always --tags --dirty; \
V=$$(git describe --always --tags --dirty 2>/dev/null || echo NOGIT); \
echo "V: $$V"; \
( \
Expand Down

0 comments on commit 1c9dd69

Please sign in to comment.