diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 16:20:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 16:20:14 -0600 |
commit | 7c890835fa964dd51e036978055ea704820b1036 (patch) | |
tree | 9a9b171d05d482ebad6c9f41a93a76ae976d9f28 | |
parent | f3111f0ac7264389bba3ae76108c32d1b978d983 (diff) | |
download | tdesdk-7c890835fa964dd51e036978055ea704820b1036.tar.gz tdesdk-7c890835fa964dd51e036978055ea704820b1036.zip |
Rename KDE_INCLUDES/kde to KDE_INCLUDES/tde
-rw-r--r-- | kbugbuster/kresources/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/kresources/Makefile.am b/kbugbuster/kresources/Makefile.am index 25719241..f745b6be 100644 --- a/kbugbuster/kresources/Makefile.am +++ b/kbugbuster/kresources/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES)/kde +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES)/tde kde_module_LTLIBRARIES = kcal_bugzilla.la |