Rename a few build variables for overall consistency
parent
0fed03e235
commit
14ad34cde3
@ -1,14 +1,14 @@
|
|||||||
if include_EXR_MODULES
|
if include_EXR_MODULES
|
||||||
KFILE_EXR_SUBDIR=exr
|
TDEFILE_EXR_SUBDIR=exr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if include_TIFF
|
if include_TIFF
|
||||||
KFILE_TIFF_SUBDIR=tiff
|
TDEFILE_TIFF_SUBDIR=tiff
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if include_PDF
|
if include_PDF
|
||||||
KFILE_PDF_SUBDIR=pdf
|
TDEFILE_PDF_SUBDIR=pdf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(KFILE_TIFF_SUBDIR) pnm \
|
SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(TDEFILE_TIFF_SUBDIR) pnm \
|
||||||
$(KFILE_EXR_SUBDIR) $(KFILE_PDF_SUBDIR) dds gif raw
|
$(TDEFILE_EXR_SUBDIR) $(TDEFILE_PDF_SUBDIR) dds gif raw
|
||||||
|
Loading…
Reference in New Issue