diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:33:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:33:41 -0600 |
commit | c7537ba973d45e3f2251987f43a215a3e0e4f246 (patch) | |
tree | d290fd87ae1bef6d0fdf19673e1eb0ff238b8132 /src | |
parent | d75ef26c8b191929795244375ff6b1e105655e02 (diff) | |
download | kima-c7537ba973d45e3f2251987f43a215a3e0e4f246.tar.gz kima-c7537ba973d45e3f2251987f43a215a3e0e4f246.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/sources/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fdddc7c..86d2c06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = libkima.la libkima_la_SOURCES = kima.cpp flowlayout.cpp sourcelistitem.cpp prefs.ui libkima_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libkima_la_LIBADD = $(top_builddir)/src/cpufreqd/libcpufreqd.la \ - $(top_builddir)/src/sources/libsources.la $(LIB_KDEUI) + $(top_builddir)/src/sources/libsources.la $(LIB_TDEUI) kima_DATA = kima.desktop kimadir = $(kde_datadir)/kicker/applets diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am index 4da707d..2e8a3c0 100644 --- a/src/sources/Makefile.am +++ b/src/sources/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes) METASOURCES = AUTO libsources_la_LDFLAGS = $(all_libraries) -libsources_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +libsources_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) noinst_LTLIBRARIES = libsources.la libsources_la_SOURCES = acpithermalsrc.cpp batterysrc.cpp cpuinfofreqsrc.cpp \ hddtempsrc.cpp hwmonfansrc.cpp hwmonthermalsrc.cpp i8ksrc.cpp ibmacpifansrc.cpp \ |