include version.h.in, not version.h, in "make dist"

This commit is contained in:
Charles Kerr 2007-07-18 23:05:38 +00:00
parent 2a9ab2a7d9
commit 73cfb2605d
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@ AM_CPPFLAGS = -I. -I@top_srcdir@ -D__TRANSMISSION__
noinst_LIBRARIES = libtransmission.a
EXTRA_DIST = version.h.in
libtransmission_a_SOURCES = \
basename.c \
bencode.c \
@ -67,5 +69,4 @@ noinst_HEADERS = \
trcompat.h \
upnp.h \
utils.h \
version.h \
xml.h