mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-12 13:30:12 -05:00
9 lines
186 B
Makefile
9 lines
186 B
Makefile
EXTRA_LTLIBRARIES=librawmidi.la
|
|
|
|
librawmidi_la_SOURCES = rawmidi.c rawmidi_hw.c rawmidi_symbols.c
|
|
noinst_HEADERS = rawmidi_local.h
|
|
|
|
all: librawmidi.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|