e8a3b06aef
by kde@ Approved by: maintainer timeout
11 lines
1.4 KiB
Text
11 lines
1.4 KiB
Text
--- src/Makefile.in.orig Tue Jun 22 17:58:35 2004
|
|
+++ src/Makefile.in Tue Jun 22 18:01:18 2004
|
|
@@ -277,7 +277,7 @@
|
|
#>+ 1
|
|
kscope_SOURCES=main.cpp kscope.cpp calltreedlg.cpp calltreedlg.h cscopefrontend.cpp cscopefrontend.h ctagsfrontend.cpp ctagsfrontend.h ctagslist.cpp ctagslist.h dirscanner.cpp dirscanner.h editormanager.cpp editormanager.h editorpage.cpp editorpage.h editortabs.cpp editortabs.h filelist.cpp filelist.h frontend.cpp frontend.h kscopeconfig.cpp kscopeconfig.h kscope.h kscopepixmaps.cpp kscopepixmaps.h newprojectdlg.cpp newprojectdlg.h openprojectdlg.cpp openprojectdlg.h prefcolor.cpp prefcolor.h preferencesdlg.cpp preferencesdlg.h preffrontend.cpp preffrontend.h progressdlg.cpp progressdlg.h projectfilesdlg.cpp projectfilesdlg.h projectmanager.cpp projectmanager.h querypage.cpp querypage.h querywidget.cpp querywidget.h scanprogressdlg.cpp scanprogressdlg.h searchlist.cpp searchlist.h tabwidget.cpp tabbar.cpp cscopemsgdlg.cpp positionhistory.cpp positionhistorydlg.cpp calltreelayout.cpp newprojectlayout.cpp openprojectlayout.cpp prefcolorlayout.cpp preffrontendlayout.cpp projectfileslayout.cpp scanprogresslayout.cpp cscopemsglayout.cpp positionhistorylayout.cpp
|
|
kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
|
-kscope_LDADD = -lktexteditor $(LIB_KDEUI)
|
|
+kscope_LDADD = -lktexteditor $(LIB_KDEUI) $(LIBPTHREAD)
|
|
|
|
# this is where the desktop file will go
|
|
shelldesktopdir = $(kde_appsdir)/Utilities
|