mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
Switch to automake and libtool
This commit is contained in:
parent
9e85a4cf21
commit
96f35a05ef
45 changed files with 9388 additions and 439 deletions
7
src/rawmidi/Makefile.am
Normal file
7
src/rawmidi/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
EXTRA_LTLIBRARIES=librawmidi.la
|
||||
|
||||
librawmidi_la_SOURCES = rawmidi.c
|
||||
all: librawmidi.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue