"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/oss-redir/Makefile.am" (7 Jan 2019, 208 Bytes) of package /linux/misc/alsa-oss-1.1.8.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 ossredirincludedir = ${includedir}
    2 
    3 ossredirinclude_HEADERS = oss-redir.h
    4 
    5 lib_LTLIBRARIES = libossredir.la
    6 
    7 libossredir_la_SOURCES = oss-redir.c
    8 libossredir_la_LIBADD = -ldl
    9 libossredir_la_LDFLAGS = -static