mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
bin_PROGRAMS = alsalisp
|
|
|
|
alsalisp_SOURCES = alsalisp.c
|
|
alsalisp_LDADD = ../src/libasound.la
|
|
|
|
all: alsalisp
|
|
|
|
INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/alisp
|