From 819e45b44119c67cb9be0a9125785475e4bb9b92 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 30 Jan 2015 16:47:28 +1100 Subject: [PATCH] build: add forgotten files to SOURCES fixes distcheck --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4e20a0fa..211614b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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