build: add forgotten files to SOURCES
fixes distcheck
This commit is contained in:
parent
7a5e26ffc2
commit
819e45b441
@ -146,6 +146,7 @@ UTIL_FILES = \
|
|||||||
string.hpp \
|
string.hpp \
|
||||||
stringid.cpp \
|
stringid.cpp \
|
||||||
stringid.hpp \
|
stringid.hpp \
|
||||||
|
tap.hpp \
|
||||||
time.cpp \
|
time.cpp \
|
||||||
time.hpp \
|
time.hpp \
|
||||||
types.hpp \
|
types.hpp \
|
||||||
@ -168,7 +169,8 @@ UTIL_FILES = \
|
|||||||
if PLATFORM_LINUX
|
if PLATFORM_LINUX
|
||||||
UTIL_FILES += \
|
UTIL_FILES += \
|
||||||
backtrace_execinfo.cpp \
|
backtrace_execinfo.cpp \
|
||||||
io_posix.cpp
|
io_posix.cpp \
|
||||||
|
io_posix.hpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if PLATFORM_WIN32
|
if PLATFORM_WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user