mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
10 lines
147 B
Text
10 lines
147 B
Text
|
|
EXTRA_LTLIBRARIES = libalisp.la
|
||
|
|
|
||
|
|
libalisp_la_SOURCES = alisp.c
|
||
|
|
|
||
|
|
noinst_HEADERS = alisp_local.h
|
||
|
|
|
||
|
|
all: libalisp.la
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|