summaryrefslogtreecommitdiffstats
path: root/kio/kpasswdserver/Makefile.am
blob: 4ddb85be40ef19f59bd2a42bdd5d3835280e83df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$
# Makefile.am of kdebase/kioslave/http

INCLUDES= -I$(top_srcdir)/kwallet/client $(all_includes)

####### Files

kde_module_LTLIBRARIES = kded_kpasswdserver.la

kded_kpasswdserver_la_SOURCES = kpasswdserver.cpp kpasswdserver.skel 
kded_kpasswdserver_la_METASOURCES = AUTO
kded_kpasswdserver_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kpasswdserver_la_LIBADD = $(top_builddir)/kwallet/client/libkwalletclient.la $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) $(top_builddir)/kded/libkdeinit_kded.la

include $(top_srcdir)/admin/Doxyfile.am