diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
commit | c954cd41d38d75615d182ca8649fb4320148bdb3 (patch) | |
tree | 125eb6216c2d08800783cf36d87013b4df8d8b3e /klettres/klettres/Makefile.am | |
parent | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff) | |
download | tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'klettres/klettres/Makefile.am')
-rw-r--r-- | klettres/klettres/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/klettres/klettres/Makefile.am b/klettres/klettres/Makefile.am index 80e878a2..dc6c2578 100644 --- a/klettres/klettres/Makefile.am +++ b/klettres/klettres/Makefile.am @@ -1,7 +1,7 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## bin_PROGRAMS = klettres -## INCLUDES were found outside kdevelop specific part +## INCLUDES were found outside tdevelop specific part klettres_SOURCES = fontsdlg.ui klettres.cpp klnewstuff.cpp main.cpp klettresview.cpp soundfactory.cpp prefs.kcfgc timerdlg.ui timer.cpp klettres_LDADD = $(LIB_TDEUI) -lknewstuff @@ -15,7 +15,7 @@ kde_conf_DATA = klettresrc appdir = $(kde_datadir)/klettres app_DATA = klettresui.rc -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # set the include path for X, qt and KDE INCLUDES= $(all_includes) |