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/kconf_update | |
parent | 14552bec6fd72f40cc2e5e99d5a5e0d64550cbae (diff) | |
download | tdevelop-57cce360ee1580350fe7a9585103948adce55de7.tar.gz tdevelop-57cce360ee1580350fe7a9585103948adce55de7.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src/kconf_update')
-rw-r--r-- | src/kconf_update/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconf_update/Makefile.am b/src/kconf_update/Makefile.am index ee748ca1..7b072c71 100644 --- a/src/kconf_update/Makefile.am +++ b/src/kconf_update/Makefile.am @@ -11,7 +11,7 @@ kconf_PROGRAMS = kdev-gen-settings-kconf_update kconfdir = $(libdir)/kconf_update_bin kdev_gen_settings_kconf_update_SOURCES = kdev-gen-settings-kconf_update.cpp -kdev_gen_settings_kconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kdev_gen_settings_kconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kdev_gen_settings_kconf_update_LDADD = $(LIB_QT) # vim: set noet: |