From: Matt Turner Date: Sun, 7 Dec 2014 04:21:20 +0000 (-0800) Subject: util: Add headers and python scripts for distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cd2b9177e7092aafc9223949c484aee1d249524;p=mesa.git util: Add headers and python scripts for distribution. --- diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index ab794e16441..3460482c1ae 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -165,7 +165,6 @@ C_SOURCES := \ translate/translate_generic.c \ translate/translate_sse.c \ util/dbghelp.h \ - util/u_atomic.h \ util/u_bitmask.c \ util/u_bitmask.h \ util/u_blend.h \ diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 8d5f90e9798..53a273e4cd4 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -39,6 +39,7 @@ libmesautil_la_SOURCES = \ BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) +EXTRA_DIST = format_srgb.py format_srgb.c: $(srcdir)/format_srgb.py $(AM_V_GEN) $(PYTHON2) $< > $@ diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 9e274241d27..5f87fc32a82 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,10 +1,18 @@ MESA_UTIL_FILES := \ + format_srgb.h \ hash_table.c \ + hash_table.h \ + macros.h \ ralloc.c \ + ralloc.h \ register_allocate.c \ register_allocate.h \ rgtc.c \ - strtod.cpp + rgtc.h \ + strtod.cpp \ + strtod.h \ + texcompress_rgtc_tmp.h \ + u_atomic.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c