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

(-)kio-ftps-0.1/kio_ftps/Makefile.am.ldflags (-2 / +2 lines)
Lines 6-12 Link Here
6
# lib_ bedeutet, dass das folgende in libdir installiert werden soll
6
# lib_ bedeutet, dass das folgende in libdir installiert werden soll
7
# _LTLIBRARIES bedeutet, dass es sich hierbei um libtool (also shared)
7
# _LTLIBRARIES bedeutet, dass es sich hierbei um libtool (also shared)
8
# Bibliotheken handelt
8
# Bibliotheken handelt
9
lib_LTLIBRARIES = kio_ftps.la
9
kde_module_LTLIBRARIES = kio_ftps.la
10
10
11
# Die Quellen fr kio_hello.la (Punkt durch _ ersetzt)
11
# Die Quellen fr kio_hello.la (Punkt durch _ ersetzt)
12
kio_ftps_la_SOURCES = ftp.cc ftp.h
12
kio_ftps_la_SOURCES = ftp.cc ftp.h
Lines 19-25 Link Here
19
# nicht wirklich als Bibliothek benutzt wird. $(KDE_PLUGIN) enth�t
19
# nicht wirklich als Bibliothek benutzt wird. $(KDE_PLUGIN) enth�t
20
# Standardflags fr KDE Module, z.B. um die Versionsnummern zu unter-
20
# Standardflags fr KDE Module, z.B. um die Versionsnummern zu unter-
21
# drcken
21
# drcken
22
kio_ftps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
22
kio_ftps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE)
23
23
24
# kde_services_ installiert in kde_servicesdir ($KDEDIR/share/services)
24
# kde_services_ installiert in kde_servicesdir ($KDEDIR/share/services)
25
# _DATA sind einfache Dateien
25
# _DATA sind einfache Dateien

Return to bug 1121