diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:49 -0600 |
commit | 1677e06cb01b7b147c696bfb0ad6db6695ac8d44 (patch) | |
tree | 382f03f66e3beab61192c5a8005781feeffee213 /klettres | |
parent | 39cc6243b65c2b4f7f5d745f1ff08b09b4cd8c67 (diff) | |
download | tdeedu-1677e06cb01b7b147c696bfb0ad6db6695ac8d44.tar.gz tdeedu-1677e06cb01b7b147c696bfb0ad6db6695ac8d44.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'klettres')
-rw-r--r-- | klettres/klettres/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klettres/klettres/Makefile.am b/klettres/klettres/Makefile.am index 9dc4ccbc..80e878a2 100644 --- a/klettres/klettres/Makefile.am +++ b/klettres/klettres/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = klettres ## INCLUDES were found outside kdevelop 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_KDEUI) -lknewstuff +klettres_LDADD = $(LIB_TDEUI) -lknewstuff SUBDIRS = pics data icons @@ -24,7 +24,7 @@ METASOURCES = AUTO KDE_ICON = AUTO # the library search path. -klettres_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +klettres_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/klettres.pot; |