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

30 lines
527 B

amarokrubylibdir = $(libdir)/ruby_lib
amarokrubylib_LTLIBRARIES = libhttp11.la
amarokrubylib_DATA = http11.rb
INCLUDES = -I$(ruby_includes) -Dinline=__inline__ -Dasm=__asm__
libhttp11_la_LDFLAGS = \
-shared \
$(ruby_ldflags)
#http11_so_LIBADD = \
# -lruby18
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