mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-15 07:15:09 +01:00
8 lines
187 B
Makefile
8 lines
187 B
Makefile
|
INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)
|
||
|
|
||
|
noinst_LIBRARIES = libsnddep.a
|
||
|
|
||
|
libsnddep_a_SOURCES = sound.c
|
||
|
|
||
|
noinst_HEADERS = sound.h
|