diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:50 -0600 |
commit | f718e36538aa686bae52576c8991c247ebb398a4 (patch) | |
tree | 600cfabf7008fdbe83906f25a5bba64bd73379f6 /ktux | |
parent | a33a245c75b4391f77d4eee4339944cad8390cbf (diff) | |
download | tdetoys-f718e36538aa686bae52576c8991c247ebb398a4.tar.gz tdetoys-f718e36538aa686bae52576c8991c247ebb398a4.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'ktux')
-rw-r--r-- | ktux/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktux/Makefile.am b/ktux/Makefile.am index d662912..bf50b74 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,10 +12,10 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. -ktux_LDADD = $(LIB_KDEUI) -lkscreensaver +ktux_LDADD = $(LIB_TDEUI) -lkscreensaver # which sources should be compiled for ktux ktux_SOURCES = spriteanim.cpp spritemisc.cpp spritepm.cpp sprite.cpp |