1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

fix two separate version.h errors

This commit is contained in:
Charles Kerr 2007-10-24 18:36:53 +00:00
parent 45452352f3
commit e38311e64e
2 changed files with 4 additions and 2 deletions

View file

@ -73,10 +73,12 @@ noinst_HEADERS = \
trevent.h \
upnp.h \
utils.h \
version.h \
xml.h
BUILT_SOURCES = version.h
EXTRA_DIST = \
version.h \
version.h.in
do_subst = sed \

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
#include <libtransmission/version.h>
#include "version.h"
#include <inttypes.h>
#ifndef PRId64