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 /ktux/Makefile.am | |
parent | 20eed484d181698484809fd217fe9506a997ca89 (diff) | |
download | tdetoys-604aa2d72916f9b2859fa187b22bdcfd4eb70466.tar.gz tdetoys-604aa2d72916f9b2859fa187b22bdcfd4eb70466.zip |
Additional kde to tde renaming
Diffstat (limited to 'ktux/Makefile.am')
-rw-r--r-- | ktux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/Makefile.am b/ktux/Makefile.am index 65ec913..d662912 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,7 +12,7 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. ktux_LDADD = $(LIB_KDEUI) -lkscreensaver |