mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
EXTRA_LTLIBRARIES = libalisp.la
|
|
|
|
EXTRA_DIST = alisp_snd.c
|
|
|
|
libalisp_la_SOURCES = alisp.c
|
|
|
|
noinst_HEADERS = alisp_local.h
|
|
|
|
all: libalisp.la
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|