Changeset 1735
- Timestamp:
- 08/05/08 15:38:41 (5 months ago)
- Files:
-
- cherokee/trunk/cherokee/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/Makefile.am
r1734 r1735 460 460 461 461 libplugin_error_nn_la_LDFLAGS = $(module_ldflags) 462 libplugin_error_nn_la_SOURCES = $(handler_nn) 463 libplugin_error_nn_la_LIBADD = libcherokee-client.la libcherokee-server.la 462 libplugin_error_nn_la_SOURCES = $(handler_error_nn) 464 463 465 464 if STATIC_HANDLER_ERROR_NN … … 500 499 libplugin_proxy_la_LDFLAGS = $(module_ldflags) 501 500 libplugin_proxy_la_SOURCES = $(handler_proxy) 502 libplugin_proxy_la_LIBADD = libcherokee-client.la 501 libplugin_proxy_la_LIBADD = libcherokee-client.la 503 502 504 503 if STATIC_HANDLER_PROXY