diff --git a/include/Makefile.am b/include/Makefile.am index f441e07..7df9dd3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,7 +2,7 @@ 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 -Rl ../ + ls -Rla ../ if [ -d "$(top_srcdir)/.git" ]; then \ V=$$(git describe --always --tags --dirty 2>/dev/null || echo NOGIT); \ echo "V: $$V"; \