You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
575 B
19 lines
575 B
INCLUDES= -I$(top_srcdir)/tdeio/kssl -I$(top_builddir)/tdeio/kssl -I$(top_srcdir) $(SSL_INCLUDES) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libtdecertpart.la
|
|
|
|
libtdecertpart_la_SOURCES = tdecertpart.cc
|
|
|
|
libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
|
libtdecertpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE)
|
|
libtdecertpart_la_DEPENDENCIES = $(LIB_TDEPARTS)
|
|
|
|
libtdecertpart_la_METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = tdecertpart.desktop
|
|
|
|
rcdir = $(kde_datadir)/tdecertpart
|
|
rc_DATA = tdecertpart.rc
|
|
|