Changeset 3887 in orxonox.OLD for orxonox/branches/sound_engine/src/Makefile.am
- Timestamp:
- Apr 19, 2005, 12:28:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound_engine/src/Makefile.am
r3869 r3887 8 8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics 9 9 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer 10 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/sound 10 11 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui 11 12 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang … … 69 70 lib/graphics/importer/material.cc \ 70 71 lib/graphics/importer/texture.cc \ 72 lib/sound/sound_engine.cc \ 71 73 lib/lang/base_entity.cc \ 72 74 lib/lang/base_object.cc \ … … 125 127 lib/graphics/light.h \ 126 128 lib/graphics/text_engine.h \ 129 lib/sound/sound_engine.h \ 127 130 lib/data/data_tank.h \ 128 131 lib/lang/base_entity.h \
Note: See TracChangeset
for help on using the changeset viewer.