Make --enable-display-revision work again, the problem was detected by Soliton.

This commit is contained in:
Mark de Wever 2007-08-19 08:41:40 +00:00
parent b058ecda17
commit 4a632b797b
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
if USESVN
SVNREV = $(shell svnversion -n .)
SVNREV = $(shell svnversion -n .)
endif
ISUBDIRS = icons

View file

@ -1,7 +1,7 @@
if USESVN
SVNREV = $(shell svnversion -n $(topdir) 2>/dev/null)
CFLAGS += "-DSVNREV=\"$(SVNREV)\""
CXXFLAGS += "-DSVNREV=\"$(SVNREV)\""
SVNREV = $(shell svnversion -n $(topdir) 2>/dev/null)
CFLAGS += "-DSVNREV=\"$(SVNREV)\""
CXXFLAGS += "-DSVNREV=\"$(SVNREV)\""
endif
AUTOMAKE_OPTIONS = subdir-objects