diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:11 -0600 |
commit | 4091001048a48bc8cc7f9fbb6318a2bb56e57c27 (patch) | |
tree | 53ad9845404cdbf1b91a9105cf011e7c90cac518 /kmousetool | |
parent | 5fd992975791694dbc11d86aacc3187a339df4d5 (diff) | |
download | tdeaccessibility-4091001048a48bc8cc7f9fbb6318a2bb56e57c27.tar.gz tdeaccessibility-4091001048a48bc8cc7f9fbb6318a2bb56e57c27.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kmousetool')
-rw-r--r-- | kmousetool/kmousetool/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmousetool/kmousetool/Makefile.am b/kmousetool/kmousetool/Makefile.am index 84d06f8..b619b5a 100644 --- a/kmousetool/kmousetool/Makefile.am +++ b/kmousetool/kmousetool/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = kmousetool kmousetool_SOURCES = kmousetoolui.ui mtstroke.cpp kmousetool.cpp main.cpp -kmousetool_LDADD = -lXtst $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lXext -lX11 $(LIBSOCKET) +kmousetool_LDADD = -lXtst $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lXext -lX11 $(LIBSOCKET) SUBDIRS = pics @@ -19,7 +19,7 @@ INCLUDES= $(all_includes) METASOURCES = AUTO # the library search path. -kmousetool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kmousetool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor messages: rc.cpp LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ |