7 lines
230 B
Makefile
7 lines
230 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = libgui.a
|
|
libgui_a_SOURCES = sdlmain.cpp \
|
|
render.cpp render_normal.h render_scale2x.h render_templates.h \
|
|
midi.cpp midi_win32.h midi_oss.h midi_coreaudio.h midi_alsa.h
|
|
|