diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:01 -0600 |
commit | ada451a25c1465c530dce9013d113d0b939ba96e (patch) | |
tree | 2905e8c57fe35867527de0bcbb40e6329b5121b5 /ktux/Makefile.am | |
parent | 3e2a2c432996c0959278a76d08c5b0b827c72329 (diff) | |
download | tdetoys-ada451a25c1465c530dce9013d113d0b939ba96e.tar.gz tdetoys-ada451a25c1465c530dce9013d113d0b939ba96e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ktux/Makefile.am')
-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 f34b50a..2a32b32 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor # the libraries to link against. -ktux_LDADD = $(LIB_TDEUI) -lkscreensaver +ktux_LDADD = $(LIB_TDEUI) -ltdescreensaver # which sources should be compiled for ktux ktux_SOURCES = spriteanim.cpp spritemisc.cpp spritepm.cpp sprite.cpp |