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

(-)a/mathemagics/Makefile.am (-1 / +1 lines)
Lines 3-9 INCLUDES = $(all_includes) Link Here
3
SUBDIRS = pics
3
SUBDIRS = pics
4
4
5
mathemagics_SOURCES = main.cpp mathemagics.cpp optiondialog.cpp stacklevel.cpp keypad.cpp kparanoidline.cpp 
5
mathemagics_SOURCES = main.cpp mathemagics.cpp optiondialog.cpp stacklevel.cpp keypad.cpp kparanoidline.cpp 
6
mathemagics_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEIO) -module -avoid-version
6
mathemagics_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -module -avoid-version
7
7
8
bin_PROGRAMS = mathemagics
8
bin_PROGRAMS = mathemagics
9
9

Return to bug 134