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
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXsound.a
5
6libORXsound_a_SOURCES = sound_engine.cc \
7                        sound_source.cc \
8                        sound_buffer.cc \
9                        sound_buffer_data.cc \
10                        ogg_player.cc
11
12noinst_HEADERS = sound_engine.h \
13                 sound_source.h \
14                 sound_buffer.h \
15                 sound_buffer_data.h \
16                 ogg_player.h
Note: See TracBrowser for help on using the repository browser.