diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:11 -0600 |
commit | 57cce360ee1580350fe7a9585103948adce55de7 (patch) | |
tree | 8e94b06462c1073fc87f39e5250aa8fb512b3ad8 /src/profileengine/lib | |
parent | 14552bec6fd72f40cc2e5e99d5a5e0d64550cbae (diff) | |
download | tdevelop-57cce360ee1580350fe7a9585103948adce55de7.tar.gz tdevelop-57cce360ee1580350fe7a9585103948adce55de7.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src/profileengine/lib')
-rw-r--r-- | src/profileengine/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profileengine/lib/Makefile.am b/src/profileengine/lib/Makefile.am index 6f589224..967736eb 100644 --- a/src/profileengine/lib/Makefile.am +++ b/src/profileengine/lib/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/external_interfaces \ METASOURCES = AUTO lib_LTLIBRARIES = libprofileengine.la libprofileengine_la_LDFLAGS = $(all_libraries) -libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO) +libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO) libprofileengine_la_SOURCES = profileengine.cpp profile.cpp profileincludedir = $(includedir)/kdevelop/shell/profileengine |