diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
commit | 1e81063308485e2f5f6375a410a41cb310ef7bbd (patch) | |
tree | 9ff3197accd24b2274346fdfe2027b2fd3101bdb /kstyles/highcontrast | |
parent | a1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff) | |
download | tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip |
Rename kde libraries to tde
Diffstat (limited to 'kstyles/highcontrast')
-rw-r--r-- | kstyles/highcontrast/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/highcontrast/Makefile.am b/kstyles/highcontrast/Makefile.am index af54fd949..9a6f38cd7 100644 --- a/kstyles/highcontrast/Makefile.am +++ b/kstyles/highcontrast/Makefile.am @@ -35,7 +35,7 @@ noinst_HEADERS = highcontrast.h kde_style_LTLIBRARIES = highcontrast.la highcontrast_la_SOURCES = highcontrast.cpp highcontrast_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -highcontrast_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) +highcontrast_la_LIBADD = ../../kdefx/libtdefx.la $(LIB_QT) highcontrast_la_METASOURCES = AUTO DISTCLEANFILES = $(highcontrast_la_METASOURCES) |