diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:33:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:33:42 -0600 |
commit | 6e7cb629a2010c2e28bc120ac5fc5d5c2005ffad (patch) | |
tree | 3f8a0b88baf912a3193020ba4df21e0a64e8d4c0 /src | |
parent | 9f9971bd11ee7bdc05c4e22a3f669137f8709d39 (diff) | |
download | tdeio-apt-6e7cb629a2010c2e28bc120ac5fc5d5c2005ffad.tar.gz tdeio-apt-6e7cb629a2010c2e28bc120ac5fc5d5c2005ffad.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 843fb7c..4149181 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ METASOURCES = AUTO kio_apt_la_SOURCES = aptcache.cpp apt.cpp regexps.cpp packagemanager.cpp dpkg.cpp kio_apt_la_LIBADD = $(top_builddir)/src/parsers/libparsers.la -lkio -kio_apt_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KURL) +kio_apt_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KURL) protocoldir = $(kde_servicesdir) protocol_DATA = apt.protocol apt+http.protocol |