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.
amarok/amarok/src/mediadevice/daap/mongrel/http11/Makefile.am

27 lines
489 B

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