diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:54 -0600 |
commit | ffba74342b21eae1bda25ef4816415b71d0dcd6a (patch) | |
tree | 47ba1cef053ee8cefcbaeef1d38695673311b4d8 /kscd/kscdmagic | |
parent | bc666a19ca87f1f606898fd9da4f5847e89ac0e1 (diff) | |
download | tdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.tar.gz tdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kscd/kscdmagic')
-rw-r--r-- | kscd/kscdmagic/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/kscdmagic/Makefile.am b/kscd/kscdmagic/Makefile.am index e28ba7c4..27c9454d 100644 --- a/kscd/kscdmagic/Makefile.am +++ b/kscd/kscdmagic/Makefile.am @@ -26,11 +26,11 @@ bin_PROGRAMS = kscdmagic kscdmagic_SOURCES = core.cpp main.cpp sound.cpp xlibwrap.cpp xlib.c # the library search path. -kscdmagic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kscdmagic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kscdmagic_LDADD = -lm $(LIB_KDEUI) +kscdmagic_LDADD = -lm $(LIB_TDEUI) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = symbol.h syna.h xlib.h magicconf.h |