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
546 B
19 lines
546 B
# $Id$
|
|
# Makefile.am of kdebase/kioslave/http
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
####### Files
|
|
|
|
check_PROGRAMS = kcookiejartest
|
|
|
|
kcookiejartest_SOURCES = kcookiejartest.cpp
|
|
kcookiejartest_LDADD = $(LIB_KIO)
|
|
kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
|
|
|
|
check-local: kcookiejartest
|
|
./kcookiejartest $(srcdir)/cookie.test
|
|
./kcookiejartest $(srcdir)/cookie_rfc.test
|
|
./kcookiejartest $(srcdir)/cookie_saving.test
|
|
./kcookiejartest $(srcdir)/cookie_settings.test
|