Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 260 Bytes

Makefile.am

File metadata and controls

16 lines (13 loc) · 260 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_LTLIBRARIES = libnativemidi_gpl.la
libnativemidi_gpl_la_SOURCES = \
awe_voice.h \
emumidi.c \
emumidi.h \
gmvoices.h \
gsvoices.h \
native_midi_gpl.c \
patchload.c \
playevents.c \
playmidi.h \
readmidi.c
INCLUDES = -I$(top_srcdir)