By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 533
Collapse All | Expand All

(-)kitty-0.9.2.orig/src/Makefile.am.ORI (-1 / +1 lines)
Lines 27-33 Link Here
27
			kitty_feededit.cpp kitty_articleedit.cpp kitty_bookmark.cpp
27
			kitty_feededit.cpp kitty_articleedit.cpp kitty_bookmark.cpp
28
# kitty_LDFLAGS = $(LIB_TDESYCOCA) $(KDE_RPATH) $(all_libraries) -ltdehtml
28
# kitty_LDFLAGS = $(LIB_TDESYCOCA) $(KDE_RPATH) $(all_libraries) -ltdehtml
29
kitty_LDFLAGS = $(LIB_TDESYCOCA) $(all_libraries) -ltdehtml
29
kitty_LDFLAGS = $(LIB_TDESYCOCA) $(all_libraries) -ltdehtml
30
kitty_LDADD = $(LIB_TDEUI)
30
kitty_LDADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEPARTS)
31
31
32
# this is where the desktop file will go 
32
# this is where the desktop file will go 
33
shelldesktopdir = $(kde_appsdir)/Utilities
33
shelldesktopdir = $(kde_appsdir)/Utilities

Return to bug 533