diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:53 -0600 |
commit | e4cbbc78e0face70ca9725a64e281ac585a1b308 (patch) | |
tree | 9cc5623d1762ca43cd36354fdca0798c1abcd71e /kbugbuster | |
parent | 7c6d47908a2fd7f9959c0e5b92d86bd0ff036447 (diff) | |
download | tdesdk-e4cbbc78e0face70ca9725a64e281ac585a1b308.tar.gz tdesdk-e4cbbc78e0face70ca9725a64e281ac585a1b308.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/Makefile.am b/kbugbuster/Makefile.am index f1e6939d..23f98061 100644 --- a/kbugbuster/Makefile.am +++ b/kbugbuster/Makefile.am @@ -1,11 +1,11 @@ if include_kcalresource -KRESOURCES_SUBDIR = tderesources +TDERESOURCES_SUBDIR = tderesources LIBKCAL_INCLUDES= $(KDE_INCLUDES)/libkcal endif INCLUDES= -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(LIBKCAL_INCLUDES) -SUBDIRS = backend gui pics $(KRESOURCES_SUBDIR) +SUBDIRS = backend gui pics $(TDERESOURCES_SUBDIR) bin_PROGRAMS = kbugbuster |