From 14ad34cde3cb2917e91092546631952d0258a222 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:31:44 -0600 Subject: Rename a few build variables for overall consistency --- tdefile-plugins/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdefile-plugins/Makefile.am') diff --git a/tdefile-plugins/Makefile.am b/tdefile-plugins/Makefile.am index bc15008f..eeb02fbc 100644 --- a/tdefile-plugins/Makefile.am +++ b/tdefile-plugins/Makefile.am @@ -1,14 +1,14 @@ if include_EXR_MODULES -KFILE_EXR_SUBDIR=exr +TDEFILE_EXR_SUBDIR=exr endif if include_TIFF -KFILE_TIFF_SUBDIR=tiff +TDEFILE_TIFF_SUBDIR=tiff endif if include_PDF -KFILE_PDF_SUBDIR=pdf +TDEFILE_PDF_SUBDIR=pdf endif -SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(KFILE_TIFF_SUBDIR) pnm \ - $(KFILE_EXR_SUBDIR) $(KFILE_PDF_SUBDIR) dds gif raw +SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(TDEFILE_TIFF_SUBDIR) pnm \ + $(TDEFILE_EXR_SUBDIR) $(TDEFILE_PDF_SUBDIR) dds gif raw -- cgit v1.2.1