diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:12 -0600 |
commit | 50438bf200ee720810ddfff7798da5fbd9e5222f (patch) | |
tree | 9a3cf2893854d138d0e8a7d3280b7a8c2bee3e5c /quanta/components/debugger/dbgp/Makefile.am | |
parent | e4d536715c7feb776fbeeb5eb2c1629c8a28998e (diff) | |
download | tdewebdev-50438bf200ee720810ddfff7798da5fbd9e5222f.tar.gz tdewebdev-50438bf200ee720810ddfff7798da5fbd9e5222f.zip |
Additional kde to tde renaming
Diffstat (limited to 'quanta/components/debugger/dbgp/Makefile.am')
-rw-r--r-- | quanta/components/debugger/dbgp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/dbgp/Makefile.am b/quanta/components/debugger/dbgp/Makefile.am index 0e74d5ad..da7bf880 100644 --- a/quanta/components/debugger/dbgp/Makefile.am +++ b/quanta/components/debugger/dbgp/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = quantadebuggerdbgp.la quantadebuggerdbgp_la_SOURCES = quantadebuggerdbgp.cpp dbgpsettingss.ui \ dbgpsettings.cpp dbgpnetwork.cpp qbytearrayfifo.cpp -quantadebuggerdbgp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -lDCOP -lktexteditor +quantadebuggerdbgp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -lDCOP -lktexteditor quantadebuggerdbgp_la_LIBADD = ../interfaces/libdebuggerinterface.la $(LIB_KPARTS) kde_services_DATA = quantadebuggerdbgp.desktop |