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

(-)digikam-trinity-14.0.11/digikam/showfoto/Makefile.am~ (-9 / +9 lines)
Lines 24-38 Link Here
24
24
25
showfoto_SOURCES = main.cpp showfoto.cpp 
25
showfoto_SOURCES = main.cpp showfoto.cpp 
26
26
27
showfoto_LDADD   = $(top_builddir)/digikam/showfoto/setup/libsetup.la \
27
showfoto_LDADD   = $(LIB_QT) \
28
	           $(top_builddir)/digikam/libs/imageproperties/libimagepropertiesshowfoto.la \
28
		  $(LIB_TDECORE) \
29
	           $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la \
29
		  $(LIB_TDEUI) \
30
	           $(top_builddir)/digikam/utilities/imageeditor/editor/libshowfoto.la \
30
		  $(LIBSOCKET) \
31
	           $(top_builddir)/digikam/utilities/slideshow/libslideshow.la \
31
		  $(LIB_TDEFILE) \
32
	           $(top_builddir)/digikam/libs/threadimageio/libthreadimageio.la \
32
		  $(LIB_TDEPARTS) \
33
	           $(top_builddir)/digikam/libs/themeengine/libthemeengine.la \
33
		  $(LIB_TDEUTILS) \
34
	           $(top_builddir)/digikam/libs/jpegutils/libjpegutils.la \
34
		  $(top_builddir)/digikam/digikam/libdigikam.la \
35
	           $(LIB_TDEUTILS) $(LIB_TDEPARTS) $(LIBJPEG)  
35
		  $(top_builddir)/digikam/showfoto/setup/libsetup.la
36
36
37
showfoto_LDFLAGS = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(KDE_RPATH) $(all_libraries)
37
showfoto_LDFLAGS = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(KDE_RPATH) $(all_libraries)
38
38

Return to bug 3192