diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:31:44 -0600 |
commit | 14ad34cde3cb2917e91092546631952d0258a222 (patch) | |
tree | df11ca7937aa5826c8beb681889279f0ae716a9d /tdefile-plugins/Makefile.am | |
parent | 0fed03e23520820e85c5a8c0ef1b4e69668274b6 (diff) | |
download | tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.tar.gz tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins/Makefile.am')
-rw-r--r-- | tdefile-plugins/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
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 |