diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:57 -0600 |
commit | 604aa2d72916f9b2859fa187b22bdcfd4eb70466 (patch) | |
tree | 695d02158a56b3f28d4a7a0ddcb9c108795a09d6 /kteatime/Makefile.am | |
parent | 20eed484d181698484809fd217fe9506a997ca89 (diff) | |
download | tdetoys-604aa2d72916f9b2859fa187b22bdcfd4eb70466.tar.gz tdetoys-604aa2d72916f9b2859fa187b22bdcfd4eb70466.zip |
Additional kde to tde renaming
Diffstat (limited to 'kteatime/Makefile.am')
-rw-r--r-- | kteatime/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/Makefile.am b/kteatime/Makefile.am index 623824f..edf5099 100644 --- a/kteatime/Makefile.am +++ b/kteatime/Makefile.am @@ -6,7 +6,7 @@ bin_PROGRAMS = kteatime kteatime_SOURCES = main.cpp toplevel.cpp tealist.cpp timeedit.cpp kteatime_METASOURCES = AUTO -kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # LIB_KIO needed for KNotifyDialog kteatime_LDADD = $(LIB_KDEUI) $(LIB_KIO) |