mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-13 20:54:49 +00:00
26 lines
855 B
Makefile
26 lines
855 B
Makefile
#
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
EXTRA_DIST = fmod openal dsound
|
|
|
|
SUBDIRS = @SOUND_SUBDIRS@
|
|
|
|
noinst_LTLIBRARIES = libnelsnd_lowlevel.la
|
|
|
|
libnelsnd_lowlevel_la_SOURCES = buffer.cpp \
|
|
buffer.h \
|
|
effect.h \
|
|
effect.cpp \
|
|
listener.cpp \
|
|
listener.h \
|
|
sound_driver.cpp \
|
|
sound_driver.h \
|
|
source.cpp \
|
|
source.h
|
|
|
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
|
|
|
# End of Makefile.am
|
|
|