mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Adapt Makefiles after the move to kdebase: use local libkonq.
svn path=/trunk/kdebase/kdepasswd/; revision=298087
This commit is contained in:
parent
d187f40973
commit
8fe905241e
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
SUBDIRS = kcm
|
||||
|
||||
bin_PROGRAMS = kdepasswd
|
||||
bin_PROGRAMS = kdepasswd
|
||||
kdepasswd_SOURCES = kdepasswd.cpp passwd.cpp passwddlg.cpp
|
||||
kdepasswd_LDFLAGS = $(all_libraries)
|
||||
kdepasswd_LDADD = $(LIB_KDEUI) $(LIB_KIO)
|
||||
kdepasswd_LDADD = $(LIB_KIO)
|
||||
|
||||
METASOURCES = AUTO
|
||||
AM_CPPFLAGS= $(all_includes)
|
||||
|
|
|
@ -3,9 +3,9 @@ kde_module_LTLIBRARIES = kcm_useraccount.la
|
|||
kcm_useraccount_la_SOURCES = main_widget.ui chfnprocess.cpp \
|
||||
main.cpp chfacedlg.cpp settings.kcfgc pass.kcfgc
|
||||
kcm_useraccount_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
kcm_useraccount_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) -lkonq
|
||||
kcm_useraccount_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
|
||||
AM_CPPFLAGS = $(all_includes)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libkonq $(all_includes)
|
||||
|
||||
kde_kcfg_DATA = kcm_useraccount.kcfg kcm_useraccount_pass.kcfg
|
||||
|
||||
|
|
Loading…
Reference in a new issue