summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/dbgp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/dbgp/Makefile.am')
-rw-r--r--quanta/components/debugger/dbgp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/dbgp/Makefile.am b/quanta/components/debugger/dbgp/Makefile.am
index edc2fbea..0350edad 100644
--- a/quanta/components/debugger/dbgp/Makefile.am
+++ b/quanta/components/debugger/dbgp/Makefile.am
@@ -5,7 +5,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) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -ltdetexteditor
-quantadebuggerdbgp_la_LIBADD = ../interfaces/libdebuggerinterface.la $(LIB_KPARTS)
+quantadebuggerdbgp_la_LIBADD = ../interfaces/libdebuggerinterface.la $(LIB_TDEPARTS)
kde_services_DATA = quantadebuggerdbgp.desktop
INCLUDES = -I$(top_srcdir)/quanta/components/debugger \