Make --enable-display-revision work again, the problem was detected by Soliton.
This commit is contained in:
parent
b058ecda17
commit
4a632b797b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
if USESVN
|
||||
SVNREV = $(shell svnversion -n .)
|
||||
SVNREV = $(shell svnversion -n .)
|
||||
endif
|
||||
|
||||
ISUBDIRS = icons
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue