the upcoming 2.0 version
https://redmine.lighttpd.net/projects/lighttpd2
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.
13 lines
469 B
13 lines
469 B
|
|
|
|
AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include |
|
AM_CFLAGS += $(GTHREAD_CFLAGS) $(GMODULE_CFLAGS) $(LIBEV_CFLAGS) $(LUA_CFLAGS) |
|
AM_LDFLAGS = -export-dynamic -avoid-version -no-undefined $(GTHREAD_LIBS) $(GMODULE_LIBS) $(LIBEV_LIBS) $(LUA_LIBS) |
|
LDADD = ../common/liblighttpd2-common.la ../main/liblighttpd2-shared.la |
|
|
|
test_binaries=test-chunk test-range-parser test-utils |
|
|
|
check_PROGRAMS=$(test_binaries) |
|
|
|
TESTS=$(test_binaries) |
|
TESTS_ENVIRONMENT=gtester
|
|
|