Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 629a2952f8
commit 3438ddb040

@ -97,7 +97,7 @@ INCLUDES= $(all_includes)
kcron_METASOURCES = AUTO
kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcron.pot

@ -63,7 +63,7 @@ kdat_SOURCES = \
# the library search path
kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.

@ -38,7 +38,7 @@ ksysv_SOURCES = main.cpp \
# the library search path
ksysv_METASOURCES = AUTO
ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH)
ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
ksysv_LDADD = $(LIB_KFILE) -lkdeprint
# this option you can leave out. Just, if you use "make dist", you need it

@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = secpolicy
secpolicy_SOURCES = main.cpp secpolicywin.cpp pamview.cpp ppitem.cpp
secpolicy_LDADD = $(LIB_KIO)
secpolicy_LDFLAGS = $(all_libraries) $(KDE_RPATH)
secpolicy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = secpolicywin.h pamview.h ppitem.h

Loading…
Cancel
Save