From c54e1a76daf794706c6b8e9237d6d6619c26ae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 2 Feb 2016 17:08:05 +0100 Subject: [PATCH] Fix os-time.h removal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 5058068 actually removed os/os_misc.h from libgallium_la_SOURCES Signed-off-by: Marc-André Lureau --- src/gallium/auxiliary/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index ec1b766..e008734 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -58,7 +58,7 @@ libgallium_la_SOURCES = \ os/os_memory.h \ os/os_memory_stdc.h \ os/os_memory_aligned.h \ - os/os_time.h \ + os/os_misc.h \ os/os_thread.h util/u_format_table.c: $(srcdir)/util/u_format_table.py $(srcdir)/util/u_format_pack.py $(srcdir)/util/u_format_parse.py $(srcdir)/util/u_format.csv