mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-18 07:00:03 -05:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
EXTRA_LTLIBRARIES=libmixer.la
|
|
|
|
libmixer_la_SOURCES = mixer.c
|
|
|
|
all: libmixer.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|