Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/sound/Makefile.am @ 9803

Last change on this file since 9803 was 9803, checked in by bensch, 18 years ago

Ported SoundBuffer to match the Data-Paradigm

File size: 374 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5463]4noinst_LIBRARIES = libORXsound.a
[4291]5
[5463]6libORXsound_a_SOURCES = sound_engine.cc \
7                        sound_source.cc \
8                        sound_buffer.cc \
[9803]9                        sound_buffer_data.cc \
[5463]10                        ogg_player.cc
[4291]11
[4750]12noinst_HEADERS = sound_engine.h \
[5386]13                 sound_source.h \
14                 sound_buffer.h \
[9803]15                 sound_buffer_data.h \
[5475]16                 ogg_player.h
Note: See TracBrowser for help on using the repository browser.