From e4cbbc78e0face70ca9725a64e281ac585a1b308 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:32:53 -0600 Subject: Rename a few build variables for overall consistency --- kbugbuster/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbugbuster/Makefile.am') 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 -- cgit v1.2.1