amarokrubylibdir = $(libdir)/ruby_lib amarokrubylib_LTLIBRARIES = libhttp11.la amarokrubylib_DATA = http11.rb INCLUDES = $(RUBY_CFLAGS) -Dinline=__inline__ -Dasm=__asm__ libhttp11_la_LDFLAGS = \ -shared \ $(RUBY_LIBRUBYARG) libhttp11_la_SOURCES = \ http11.c \ http11_parser.c \ tst_cleanup.c \ tst_delete.c \ tst_grow_node_free_list.c \ tst_init.c \ tst_insert.c \ tst_search.c noinst_HEADERS = \ ext_help.h \ http11_parser.h \ tst.h