Sfoglia il codice sorgente

xmlpool: don't forget to ship the MOS

This will allow us to finally remove python from the build time
dependencies list. Considering that you're building from a release
tarball of course :-)

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
tags/10.6-branchpoint
Emil Velikov 10 anni fa
parent
commit
a665b9b3c8
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8
    1
      src/mesa/drivers/dri/common/xmlpool/Makefile.am

+ 8
- 1
src/mesa/drivers/dri/common/xmlpool/Makefile.am Vedi File

@@ -52,7 +52,14 @@ POT=xmlpool.pot

.PHONY: all clean pot po mo

EXTRA_DIST = gen_xmlpool.py options.h t_options.h $(POS) SConscript
EXTRA_DIST = \
gen_xmlpool.py \
options.h \
t_options.h \
$(POS) \
$(MOS) \
SConscript

BUILT_SOURCES = options.h
CLEANFILES = $(MOS) options.h


Loading…
Annulla
Salva