blob: 8f72f5860a70f69e7fa147269f97fb6d23805834 [file]
AUTOMAKE_OPTIONS = foreign
PLUGIN_FLAGS = -module -avoid-version --export-dynamic $(LIBHTTP_PARSER_LDFLAGS)
AM_CPPFLAGS = -I$(top_srcdir) $(LIBHTTP_PARSER_CPPFLAGS)
pkglib_LTLIBRARIES = http_parser_libhttp_parser.la
http_parser_libhttp_parser_la_SOURCES = libhttp_parser.c
http_parser_libhttp_parser_la_DEPENDENCIES =
http_parser_libhttp_parser_la_LDFLAGS = $(PLUGIN_FLAGS)
http_parser_libhttp_parser_la_LIBADD = ../common/libhttp_parser_common.la
http_parser_libhttp_parser_la_CFLAGS =
force:
$(http_parser_libhttp_parser_la_LIBADD) : force
@cd `dirname $@` && $(MAKE) `basename $@`