build: clean out the revision.h file, to make 'make distcheck' pass

master
Benno Schulenberg 2016-12-04 11:21:10 +01:00
parent 372bd0f7dd
commit 248d7be8ef
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
CLEANFILES = revision.h
if BUILDING_FROM_GIT
SOMETHING = "REVISION \"$(shell git describe --tags 2>/dev/null)\""
else