use BUILT_SOURCES for version.h to ensure it gets built first

This commit is contained in:
Charles Kerr 2007-10-24 20:18:13 +00:00
parent 82194a2f2f
commit 4af3c1c82b
1 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,10 @@ noinst_HEADERS = \
utils.h \
xml.h
dist_libtransmission_a_SOURCES = \
EXTRA_libtransmission_a_SOURCES = \
version.h
BUILT_SOURCES = \
version.h
version.h: