Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/sound/Makefile.am @ 5067

Last change on this file since 5067 was 4750, checked in by bensch, 19 years ago

orxonox/trunk: injected the ogg-player into orxonox

File size: 240 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[4750]4noinst_LIBRARIES = libORXsound.a
[4291]5
[4750]6libORXsound_a_SOURCES = sound_engine.cc \
7                        ogg_player.cc
[4291]8
[4750]9noinst_HEADERS = sound_engine.h \
10                 ogg_player.h
Note: See TracBrowser for help on using the repository browser.