build: add forgotten files to SOURCES

fixes distcheck
This commit is contained in:
Danny Robson 2015-01-30 16:47:28 +11:00
parent 7a5e26ffc2
commit 819e45b441

View File

@ -146,6 +146,7 @@ UTIL_FILES = \
string.hpp \
stringid.cpp \
stringid.hpp \
tap.hpp \
time.cpp \
time.hpp \
types.hpp \
@ -168,7 +169,8 @@ UTIL_FILES = \
if PLATFORM_LINUX
UTIL_FILES += \
backtrace_execinfo.cpp \
io_posix.cpp
io_posix.cpp \
io_posix.hpp
endif
if PLATFORM_WIN32