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 935
Collapse All | Expand All

(-)krename/krename/Makefile.am (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
# let automoc handle all of the meta source files (moc)
8
# let automoc handle all of the meta source files (moc)
9
METASOURCES = AUTO
9
METASOURCES = AUTO
10
KDE_ICON = AUTO
10
KDE_ICON = krename
11
11
12
messages: rc.cpp
12
messages: rc.cpp
13
	$(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot
13
	$(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot

Return to bug 935