summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-02-02 17:08:05 +0100
committerDave Airlie <airlied@redhat.com>2016-02-10 11:56:06 +1000
commitc54e1a76daf794706c6b8e9237d6d6619c26ae80 (patch)
tree9eae504fb50fc0027e433221fe1049357e6e6e15
parent1795f9ca2c8f5dd281c9487b599526ffd5203439 (diff)
Fix os-time.h removal
Commit 5058068 actually removed os/os_misc.h from libgallium_la_SOURCES Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--src/gallium/auxiliary/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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