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.
|
|
|
# Makefile.am of kdebase/kioslave/http
|
|
|
|
|
|
|
|
SUBDIRS=tests
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
|
|
|
|
####### Files
|
|
|
|
|
|
|
|
bin_PROGRAMS =
|
|
|
|
lib_LTLIBRARIES =
|
|
|
|
kdeinit_LTLIBRARIES = kcookiejar.la
|
|
|
|
kde_module_LTLIBRARIES = kded_kcookiejar.la
|
|
|
|
|
|
|
|
kcookiejar_la_SOURCES = main.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
|
|
kcookiejar_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
|
|
|
|
|
|
|
|
kded_kcookiejar_la_SOURCES = kcookiejar.cpp kcookieserver.cpp \
|
|
|
|
kcookieserver.skel kcookiewin.cpp
|
|
|
|
kded_kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
|
|
kded_kcookiejar_la_LIBADD = $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_X11) $(LIB_KDEUI) $(top_builddir)/kded/libkdeinit_kded.la
|
|
|
|
|
|
|
|
kded_DATA = kcookiejar.desktop
|
|
|
|
kdeddir = $(kde_servicesdir)/kded
|
|
|
|
|
|
|
|
update_DATA = kcookiescfg.upd
|
|
|
|
updatedir = $(kde_datadir)/kconf_update
|
|
|
|
|
|
|
|
cookie_DATA = domain_info
|
|
|
|
cookiedir = $(kde_datadir)/khtml
|
|
|
|
|