mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
#SUBDIRS =
|
|
#DIST_SUBDIRS =
|
|
|
|
EXTRA_LTLIBRARIES = libordinarypcm.la
|
|
|
|
libordinarypcm_la_SOURCES = ordinary_pcm.c
|
|
#noinst_HEADERS =
|
|
|
|
alsadir = $(datadir)/alsa
|
|
|
|
all: libordinarypcm.la
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|